Blender
V3.3
|
#include <Functions0D.h>
Public Member Functions | |
string | getName () const |
int | operator() (Interface0DIterator &iter) |
![]() | |
UnaryFunction0D () | |
virtual | ~UnaryFunction0D () |
Additional Inherited Members | |
![]() | |
typedef double | ReturnedValueType |
![]() | |
double | result |
void * | py_uf0D |
Returns a real giving the distance between and Interface0D and the shape that lies behind (occludee). This distance is evaluated in the camera space and normalized between 0 and 1. Therefore, if no object is occluded by the shape to which the Interface0D belongs to, 1 is returned.
Definition at line 328 of file Functions0D.h.
|
inlinevirtual |
Returns the string "ZDiscontinuityF0D"
Reimplemented from Freestyle::UnaryFunction0D< double >.
Definition at line 331 of file Functions0D.h.
|
virtual |
the () operator.
Reimplemented from Freestyle::UnaryFunction0D< double >.
Definition at line 262 of file Functions0D.cpp.
References Freestyle::Functions0D::getFEdges(), result, and Freestyle::FEdge::z_discontinuity().