![]() |
Public API Reference |
#include <spline.h>
Inheritance diagram for csCatmullRomSpline:
Public Methods | |
csCatmullRomSpline (int d, int p) | |
Create a CatmullRom spline with d dimensions and p points. More... | |
Protected Methods | |
virtual float | BaseFunction (int i, float t) |
Base function for a cubic CatmullRom spline (i=-2..1). More... |
Definition at line 205 of file spline.h.
|
Create a CatmullRom spline with d dimensions and p points.
|
|
Base function for a cubic CatmullRom spline (i=-2..1).
Reimplemented from csBSpline. |