A PiecewiseCurve is a curve made up of several curve segments, connected in a head-to-tail fashion. More...
Public Member Functions | |
PiecewiseCurve () | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
A PiecewiseCurve is a curve made up of several curve segments, connected in a head-to-tail fashion.
The length of each curve segment in parametric space is definable.
PiecewiseCurve | ( | ) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from ParametricCurve.
Reimplemented in NurbsCurve, and HermiteCurve.