doom3-gpl
Doom 3 GPL source release
|
#include <Curve.h>
Protected Member Functions | |
void | Basis (const float t, float *bvals) const |
void | BasisFirstDerivative (const float t, float *bvals) const |
void | BasisSecondDerivative (const float t, float *bvals) const |
Protected Member Functions inherited from idCurve< type > | |
int | IndexForTime (const float time) const |
float | TimeForIndex (const int index) const |
type | ValueForIndex (const int index) const |
float | GetSpeed (const float time) const |
float | RombergIntegral (const float t0, const float t1, const int order) const |
Additional Inherited Members | |
Protected Attributes inherited from idCurve< type > | |
idList< float > | times |
idList< type > | values |
int | currentIndex |
bool | changed |
ID_INLINE idCurve_CubicBezier< type >::idCurve_CubicBezier | ( | void | ) |
|
virtual |
Reimplemented from idCurve< type >.
|
virtual |
Reimplemented from idCurve< type >.
|
virtual |
Reimplemented from idCurve< type >.