| Trees | Indices | Help |
|
|---|
|
|
object --+
|
CSpline
A CSpline interpolate a set of points.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Create a CSpline from a set of 2d or 3d points.
|
Compute a nurbs knot vector from Bezier control points. bezier_kv(linear=False) -> knot_vector :param: is_linear indicate if the parametrization is linear or pseudo curvilinear abscisse. |
Return the equivalent PlantGL nurbs curve which interpol the points. :param: stride_factor is the number of points to draw an arc of the curve. |
Compute the derivatives based on the knots and the distance.
At Pi, the derivative is:
D_i = P_(i-1)P_i / 4||.|| + P_iP_(i+1) / 4||.||
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 16 15:52:18 2008 | http://epydoc.sourceforge.net |