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

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...
 
pos3dpos (double t) const
 
vec3ddir (double t) const
 

Detailed Description

3d cubic spline curve

a spline3d is a 3d cubic spline curve.

Constructor & Destructor Documentation

◆ spline3d()

spline3d::spline3d ( array< pos3d@>@  points)

Compute 3d spline curve from an array of positions on curve.

Parameters
pointsarray@

Member Function Documentation

◆ dir()

vec3d@ spline3d::dir ( double  t) const
Parameters
tdouble
Returns
vec3d@

◆ pos()

pos3d@ spline3d::pos ( double  t) const
Parameters
tdouble
Returns
pos3d@

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