![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <Curve.h>
Protected Member Functions | |
void | Basis (const int order, const float t, float *bvals) const |
void | BasisFirstDerivative (const int order, const float t, float *bvals) const |
void | BasisSecondDerivative (const int order, const float t, float *bvals) const |
![]() | |
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 | |
![]() | |
idList< float > | times |
idList< type > | values |
int | currentIndex |
bool | changed |
ID_INLINE idCurve_Bezier< type >::idCurve_Bezier | ( | void | ) |
|
virtual |
Reimplemented from idCurve< type >.
|
virtual |
Reimplemented from idCurve< type >.
|
virtual |
Reimplemented from idCurve< type >.