doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
class | idExtrapolate< type > |
Enumerations | |
enum | extrapolation_t { EXTRAPOLATION_NONE = 0x01, EXTRAPOLATION_LINEAR = 0x02, EXTRAPOLATION_ACCELLINEAR = 0x04, EXTRAPOLATION_DECELLINEAR = 0x08, EXTRAPOLATION_ACCELSINE = 0x10, EXTRAPOLATION_DECELSINE = 0x20, EXTRAPOLATION_NOSTOP = 0x40 } |
enum extrapolation_t |
Enumerator | |
---|---|
EXTRAPOLATION_NONE | |
EXTRAPOLATION_LINEAR | |
EXTRAPOLATION_ACCELLINEAR | |
EXTRAPOLATION_DECELLINEAR | |
EXTRAPOLATION_ACCELSINE | |
EXTRAPOLATION_DECELSINE | |
EXTRAPOLATION_NOSTOP |
Definition at line 40 of file Extrapolate.h.