Package openalea :: Package plantgl :: Package scenegraph :: Module cspline
[frames] | no frames]

Module cspline


Class Cardinal Spline.
A cradinal spline is a spline passing through a set of points.

Classes
  CSpline
A CSpline interpolate a set of points.
Functions
 
cspline(pts, is_closed=False, is_linear=False)
Build a nurbs curve by interpolate (C1) the points pts.
 
norm(...)
norm( (object)v) -> object : The norm of the vector.
Variables
  epsilon = 0.001
Function Details

cspline(pts, is_closed=False, is_linear=False)

 

Build a nurbs curve by interpolate (C1) the points pts.
The resulting curve can be closed.

norm(...)

 

norm( (object)v) -> object :
    The norm of the vector. If v.__norm__() exists, call it.

    C++ signature :
        class boost::python::api::object norm(class boost::python::api::object)

norm( (float)arg1, (float)arg2 [, (float)arg3 [, (float)arg4 [, (float)arg5 [, (float)arg6 [, (float)arg7 [, (float)arg8 [, (float)arg9 [, (float)arg10 [, (float)arg11 [, (float)arg12 [, (float)arg13 [, (float)arg14 [, (float)arg15]]]]]]]]]]]]]) -> float :

    C++ signature :
        double norm(double,double [,double [,double [,double [,double [,double [,double [,double [,double [,double [,double [,double [,double [,double]]]]]]]]]]]]])