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.