Blender
V3.3
|
#include <Predicates1D.h>
Public Member Functions | |
string | getName () const |
int | operator() (Interface1D &i1, Interface1D &i2) |
![]() | |
BinaryPredicate1D () | |
virtual | ~BinaryPredicate1D () |
Additional Inherited Members | |
![]() | |
bool | result |
void * | py_bp1D |
Returns true if the 2D length of the Interface1D i1 is less than the 2D length of the Interface1D i2.
Definition at line 481 of file Predicates1D.h.
|
inlinevirtual |
Returns the string "Length2DBP1D"
Reimplemented from Freestyle::BinaryPredicate1D.
Definition at line 484 of file Predicates1D.h.
|
inlinevirtual |
The () operator.
Reimplemented from Freestyle::BinaryPredicate1D.
Definition at line 490 of file Predicates1D.h.
References Freestyle::Interface1D::getLength2D(), i1, and Freestyle::BinaryPredicate1D::result.