Untold Engine
Beta v0.0.16
docs
|
The U4DIntegrator virtual class is in charge of integrating the equation of motion. More...
Inherited by U4DEngine::U4DRungaKuttaMethod.
Public Member Functions | |
virtual void | integrate (U4DEngine::U4DDynamicAction *uAction, float dt)=0 |
Method which integrates the equation of motion for the entity. More... | |
virtual | ~U4DIntegrator () |
Destructor for the class. | |
The U4DIntegrator virtual class is in charge of integrating the equation of motion.
|
pure virtual |
Method which integrates the equation of motion for the entity.
uAction | Dynamic action |
dt | Time-step value |
Implemented in U4DEngine::U4DRungaKuttaMethod.