![]() |
XII Release 0.1.0
|
Stores position and tangents to control spline interpolation. More...
#include <Curve1D.h>
Public Member Functions | |
| XII_DECLARE_POD_TYPE () | |
| XII_ALWAYS_INLINE bool | operator< (const ControlPoint &rhs) const |
Public Attributes | |
| xiiVec2d | m_Position |
| The position (x,y) of the control point. | |
| xiiVec2 | m_LeftTangent |
| The tangent for the curve segment to the left that affects the spline interpolation. | |
| xiiVec2 | m_RightTangent |
| The tangent for the curve segment to the right that affects the spline interpolation. | |
| xiiEnum< xiiCurveTangentMode > | m_TangentModeLeft |
| xiiEnum< xiiCurveTangentMode > | m_TangentModeRight |
| xiiUInt16 | m_uiOriginalIndex |
Stores position and tangents to control spline interpolation.