#include <bezier3dspline.h>
Public Types | |
| enum | CHUNKS { CHUNK_SPLINE = 0x00000005, CHUNK_KNOTS = 0x00000010, CHUNK_CLOSED = 0x00000015 } |
| Enum Chunks. More... | |
Public Member Functions | |
| int | Save (SceneSave *scene_save) |
| Saves the Bezier3DSpline info. | |
| int | Load (SceneLoad *scene_load) |
| Loads the Bezier3DSpline info. | |
Public Attributes | |
| bool | closed |
| Please add comments here. | |
| std::vector< Bezier3DKnot > | knots |
| Knots array. | |
This class describes a Bezier spline
Enum Chunks.
Enum the differents chunks used for the Bezier3DSpline class
1.5.1-p1