![]() |
ezEngine Release 25.08
|
Stores position and tangents to control spline interpolation. More...
#include <Curve1D.h>
Public Member Functions | |
| EZ_DECLARE_POD_TYPE () | |
| EZ_ALWAYS_INLINE bool | operator< (const ControlPoint &rhs) const |
Public Attributes | |
| ezVec2d | m_Position |
| The position (x,y) of the control point. | |
| ezVec2 | m_LeftTangent |
| The tangent for the curve segment to the left that affects the spline interpolation. | |
| ezVec2 | m_RightTangent |
| The tangent for the curve segment to the right that affects the spline interpolation. | |
| ezEnum< ezCurveTangentMode > | m_TangentModeLeft |
| ezEnum< ezCurveTangentMode > | m_TangentModeRight |
| ezUInt16 | m_uiOriginalIndex |
Stores position and tangents to control spline interpolation.