doom3-gpl
Doom 3 GPL source release
|
#include <Curve.h>
Public Types | |
enum | boundary_t { BT_FREE, BT_CLAMPED, BT_CLOSED } |
Protected Member Functions | |
type | ValueForIndex (const int index) const |
float | TimeForIndex (const int index) const |
float | ClampedTime (const float t) 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 |
Protected Attributes | |
boundary_t | boundaryType |
float | closeTime |
Protected Attributes inherited from idCurve< type > | |
idList< float > | times |
idList< type > | values |
int | currentIndex |
bool | changed |
enum idCurve_Spline::boundary_t |
ID_INLINE idCurve_Spline< type >::idCurve_Spline | ( | void | ) |
|
protected |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Reimplemented from idCurve< type >.
|
inlinevirtual |
|
inlinevirtual |
|
protected |
|
protected |
|
protected |
|
protected |