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