Horizon
Loading...
Searching...
No Matches
DL_SplineData Struct Reference

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

Detailed Description

Spline Data.

Constructor & Destructor Documentation

◆ DL_SplineData()

DL_SplineData::DL_SplineData ( int degree,
int nKnots,
int nControl,
int nFit,
int flags )
inline

Constructor.

Parameters: see member variables.

Member Data Documentation

◆ degree

unsigned int DL_SplineData::degree

Degree of the spline curve.

◆ flags

int DL_SplineData::flags

Flags

◆ nControl

unsigned int DL_SplineData::nControl

Number of control points.

◆ nFit

unsigned int DL_SplineData::nFit

Number of fit points.

◆ nKnots

unsigned int DL_SplineData::nKnots

Number of knots.


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