7 #ifndef __geometry_ConvergentSpline_h__ 8 #define __geometry_ConvergentSpline_h__ 37 void setIterations(I32 a_iterations)
38 { m_iterations=a_iterations; }
39 void setThreshold(Real a_threshold)
40 { m_threshold=a_threshold; }
kernel
Definition: namespace.dox:3
Evaluate a stack of basis splines to approach the control points.
Definition: ConvergentSpline.h:20