Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | Namespace Members | Class Members | Related Pages

ControlPoint Class Template Reference
[XEngineMath Library]

Inheritance diagram for ControlPoint:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<unsigned int Dimension>
class XEngine::Math::Curves::ControlPoint< Dimension >

This class represents a control point of a segmented curve, see the SegmentedCurve base class. A control point contains at least a time parameter value and a position value. Some curves, such as Kochanek-Bartels splines, might add various other parameter values, such as tension.


Public Member Functions

 ControlPoint ()
 Default constructor that does not initialize the control point.
 ControlPoint (real time, const Vector &position)
 Constructor to directly initialize the control point.


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