AngelCAD
1.5-00
|
spline_path for sweep More...
#include <angelcad.h>
Public Member Functions | |
spline_path (array< pos3d@>@ p, array< vec3d@>@ v) | |
Construct path for use with sweep from array of points and the normal directions for each point. More... | |
spline_path (array< pos3d@>@ p, vec3d@ v) | |
Construct path for use with sweep from array of points and a single, common normal direction. More... | |
spline_path for sweep
a spline_path defines a cubic spline sweep path.
Construct path for use with sweep from array of points and the normal directions for each point.
p | array@ |
v | array@ |
Construct path for use with sweep from array of points and a single, common normal direction.
p | array@ |
v | vec3d@ |