![]() |
Murl Engine API
Version 2025.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. | |