Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
csCatmullRomSpline Class Reference
[Geometry utilities]
A CatmullRom spline.
More...
#include <csgeom/spline.h>
Inheritance diagram for csCatmullRomSpline:

Public Member Functions | |
csCatmullRomSpline (int d, int p) | |
Create a CatmullRom spline with d dimensions and p points. | |
virtual | ~csCatmullRomSpline () |
Destroy the spline. | |
csCatmullRomSpline * | Clone () |
Clones the spline. | |
Protected Member Functions | |
virtual float | BaseFunction (int i, float t) const |
Base function for a cubic CatmullRom spline (i=-2..1). |
Detailed Description
A CatmullRom spline.
Definition at line 219 of file spline.h.
Constructor & Destructor Documentation
|
Create a CatmullRom spline with d dimensions and p points.
|
|
Destroy the spline.
|
Member Function Documentation
|
Base function for a cubic CatmullRom spline (i=-2..1).
Reimplemented from csBSpline. |
|
Clones the spline.
|
The documentation for this class was generated from the following file:
- csgeom/spline.h
Generated for Crystal Space by doxygen 1.3.9.1