Horizon
|
Spline Data. More...
#include <dl_entities.h>
Public Member Functions | |
DL_SplineData (int degree, int nKnots, int nControl, int nFit, int flags) | |
Constructor. | |
Public Attributes | |
unsigned int | degree |
unsigned int | nKnots |
unsigned int | nControl |
unsigned int | nFit |
int | flags |
double | tangentStartX |
double | tangentStartY |
double | tangentStartZ |
double | tangentEndX |
double | tangentEndY |
double | tangentEndZ |
Spline Data.
|
inline |
Constructor.
Parameters: see member variables.
unsigned int DL_SplineData::degree |
Degree of the spline curve.
int DL_SplineData::flags |
Flags
unsigned int DL_SplineData::nControl |
Number of control points.
unsigned int DL_SplineData::nFit |
Number of fit points.
unsigned int DL_SplineData::nKnots |
Number of knots.