ScEng::Bezier3DSpline Class Reference

3D Bezier Spline More...

#include <bezier3dspline.h>

List of all members.

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< Bezier3DKnotknots
 Knots array.


Detailed Description

3D Bezier Spline

This class describes a Bezier spline


Member Enumeration Documentation

enum ScEng::Bezier3DSpline::CHUNKS

Enum Chunks.

Enum the differents chunks used for the Bezier3DSpline class

Enumerator:
CHUNK_SPLINE  Spline chunk.
CHUNK_KNOTS  Knots chunk.
CHUNK_CLOSED  Closed chunk.


The documentation for this class was generated from the following files:
Generated on Thu Sep 6 10:49:21 2007 for SceneEngine by  doxygen 1.5.1-p1