|
Blender V5.0
|
#include <Functions0D.h>
Inherits Freestyle::UnaryFunction0D< double >.
Public Member Functions | |
| string | getName () const |
| int | operator() (Interface0DIterator &iter) |
| Public Member Functions inherited from Freestyle::UnaryFunction0D< double > | |
| UnaryFunction0D () | |
| virtual | ~UnaryFunction0D () |
Additional Inherited Members | |
| Public Types inherited from Freestyle::UnaryFunction0D< double > | |
| typedef double | ReturnedValueType |
| Public Attributes inherited from Freestyle::UnaryFunction0D< double > | |
| double | result |
| void * | py_uf0D |
Returns the Y projected 3D coordinate of an Interface0D.
Definition at line 197 of file Functions0D.h.
|
inlinevirtual |
Returns the string "GetProjectedYF0D"
Reimplemented from Freestyle::UnaryFunction0D< double >.
Definition at line 200 of file Functions0D.h.
|
inlinevirtual |
the () operator.
Reimplemented from Freestyle::UnaryFunction0D< double >.
Definition at line 206 of file Functions0D.h.
References Freestyle::Interface0D::getProjectedY(), and Freestyle::UnaryFunction0D< double >::result.