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