![]() |
Murl Engine API
Version 2018.3
|
The control point class. More...
#include <murl_math_spline_bezier.h>
The control point class.
Public Member Functions | |
ControlPoint () | |
The default constructor. | |
Public Attributes | |
DataType | mPrev |
The control point previous to the corresponding key. More... | |
DataType | mNext |
The control point next to the corresponding key. More... | |
DataType Murl::Math::SplineBezier< DataType >::ControlPoint::mPrev |
The control point previous to the corresponding key.
DataType Murl::Math::SplineBezier< DataType >::ControlPoint::mNext |
The control point next to the corresponding key.