doom3-gpl
Doom 3 GPL source release
|
#include <Ode.h>
Public Member Functions | |
idODE_Midpoint (const int dim, const deriveFunction_t dr, const void *ud) | |
virtual | ~idODE_Midpoint (void) |
virtual float | Evaluate (const float *state, float *newState, float t0, float t1) |
Public Member Functions inherited from idODE | |
virtual | ~idODE (void) |
Protected Attributes | |
float * | tmpState |
float * | derivatives |
Protected Attributes inherited from idODE | |
int | dimension |
deriveFunction_t | derive |
const void * | userData |