#include "FCDocument/FCDObject.h"
#include "FUtils/FUDaeEnum.h"
#include "FUtils/FUParameter.h"
Go to the source code of this file.
Classes | |
| class | FCDSpline |
| Represents a generic spline. More... | |
| class | FCDLinearSpline |
| Represents a Linear spline. More... | |
| class | FCDBezierSpline |
| Represents a Bezier spline. More... | |
| class | FCDNURBSSpline |
| Represents a NURBS spline. More... | |
| class | FCDGeometrySpline |
| A COLLADA geometric spline. More... | |
Typedefs | |
| typedef fm::pvector< FCDSpline > | FCDSplineList |
| A dynamically-sized array of FCSpline. | |
|
typedef FUObjectContainer< FCDSpline > | FCDSplineContainer |
| A dynamically-sized containment array of FCSpline. | |
| typedef fm::pvector< FCDBezierSpline > | FCDBezierSplineList |
| A dynamically-sized array of FCDBezierSpline. | |
| typedef fm::pvector< FCDNURBSSpline > | FCDNURBSSplineList |
| A dynamically-sized array of FCDNURBSSpline. | |
The FCDGeometrySpline class hold the information for one COLLADA geometric spline.
1.4.6-NO