AngelCAD  1.5-00
Public Member Functions | List of all members
spline_path Class Reference

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...
 

Detailed Description

spline_path for sweep

a spline_path defines a cubic spline sweep path.

Constructor & Destructor Documentation

◆ spline_path() [1/2]

spline_path::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.

Parameters
parray@
varray@

◆ spline_path() [2/2]

spline_path::spline_path ( array< pos3d@>@  p,
vec3d v 
)

Construct path for use with sweep from array of points and a single, common normal direction.

Parameters
parray@
vvec3d@

The documentation for this class was generated from the following file: