![]() |
Public API Reference |
#include <spline.h>
Inheritance diagram for csCubicSpline:

Public Methods | |
| csCubicSpline (int d, int p) | |
| Create a cubic spline with d dimensions and p points. More... | |
| virtual | ~csCubicSpline () |
| Destroy the spline. More... | |
| virtual void | Calculate (float time) |
| Calculate internal values for this spline given some time value. More... | |
| virtual float | GetInterpolatedDimension (int dim) |
| After calling Calculate() you can use this to fetch the value of some dimension. More... | |
Definition at line 136 of file spline.h.
|
||||||||||||
|
Create a cubic spline with d dimensions and p points.
|
|
|
Destroy the spline.
|
|
|
Calculate internal values for this spline given some time value.
Implements csSpline. |
|
|
After calling Calculate() you can use this to fetch the value of some dimension.
Implements csSpline. |