|
SuperTuxKart
|
A data structure to store one bezier control point and the two handles. More...
Public Attributes | |
| Vec3 | m_control_point |
| The control point. | |
| Vec3 | m_handle1 |
| First handle, i.e. More... | |
| Vec3 | m_handle2 |
| Second handle, i.e. More... | |
A data structure to store one bezier control point and the two handles.
| Vec3 BezierCurve::BezierData::m_handle1 |
First handle, i.e.
the one towards the previous point.
| Vec3 BezierCurve::BezierData::m_handle2 |
Second handle, i.e.
the one towards the next point.