Module gr_curve3d


Name:
gr_curve3d - a GRToolbox module
Description:
Calculates bezier curves through space. Each line
of points shall contain
x y z xt yt zt xn yn zn
wherex,y,z are the normal coordinates and xt,yt, zt are the
derivatives. The xn,yn and zn mark the normals of the curve.
Synopsis:
-[n speed notangh o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-n int number of points for each curve patch.
-speed double defines number of pooints as arclen/speed (overwrites -n)
-tang Use tangent lengths for speed. (overwrites -n)
-control Print control points only. (overwrites -n)
Example Input Data:
@title Buggy example
Example Output Data:
@title Buggy example



Back to List of all GR Modules.