![]() |
Murl Engine API
Version 2024.1
|
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. | |
DataType | mNext |
The control point next to the corresponding key. | |