Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ODESystemClass Class Referenceabstract

#include <ode.h>

Public Member Functions

virtual void Get_State (StateVectorClass &set_state)=0
 
virtual int Set_State (const StateVectorClass &new_state, int start_index=0)=0
 
virtual int Compute_Derivatives (float t, StateVectorClass *test_state, StateVectorClass *dydt, int start_index=0)=0
 

Detailed Description

Definition at line 72 of file ode.h.

Member Function Documentation

◆ Compute_Derivatives()

virtual int ODESystemClass::Compute_Derivatives ( float t,
StateVectorClass * test_state,
StateVectorClass * dydt,
int start_index = 0 )
pure virtual

◆ Get_State()

virtual void ODESystemClass::Get_State ( StateVectorClass & set_state)
pure virtual

◆ Set_State()

virtual int ODESystemClass::Set_State ( const StateVectorClass & new_state,
int start_index = 0 )
pure virtual

The documentation for this class was generated from the following file: