#include <spline.h>
Inheritance diagram for csCatmullRomSpline:
Public Methods | |
csCatmullRomSpline (int d, int p) | |
Create a CatmullRom spline with d dimensions and p points. | |
Protected Methods | |
virtual float | BaseFunction (int i, float t) |
Base function for a cubic CatmullRom spline (i=-2..1). |