22 #ifndef TETRAEDGE_TE_TE_BEZIER_CURVE_H 23 #define TETRAEDGE_TE_TE_BEZIER_CURVE_H 25 #include "common/array.h" 27 #include "tetraedge/te/te_3d_object2.h" 28 #include "tetraedge/te/te_references_counter.h" 47 void setNbIterations(uint iterations);
56 uint numIterations()
const {
return _numIterations; }
62 bool _lengthNeedsUpdate;
63 bool _rawLengthNeedsUpdate;
71 #endif // TETRAEDGE_TE_TE_BEZIER_CURVE_H Definition: te_bezier_curve.h:32
Definition: detection.h:27
Definition: te_3d_object2.h:36
Definition: te_vector3f32.h:33
Definition: te_references_counter.h:27