AngelCAD
1.5-00
|
3d cubic spline curve More...
#include <angelcad.h>
Public Member Functions | |
spline3d (array< pos3d@>@ points) | |
Compute 3d spline curve from an array of positions on curve. More... | |
pos3d@ | pos (double t) const |
vec3d@ | dir (double t) const |
3d cubic spline curve
a spline3d is a 3d cubic spline curve.
Compute 3d spline curve from an array of positions on curve.
points | array@ |