![]() |
Public API Reference |
![]() |
This is the interface for a dynamics step callback, eg when a step is performed in the simulation. More...
#include <ivaria/dynamics.h>
Public Member Functions | |
virtual void | Step (float stepsize)=0 |
A step has been performed in the dynamic simulation. |
This is the interface for a dynamics step callback, eg when a step is performed in the simulation.
Definition at line 52 of file dynamics.h.
virtual void iDynamicsStepCallback::Step | ( | float | stepsize | ) | [pure virtual] |
A step has been performed in the dynamic simulation.
stepsize | the time length (in seconds) of the simulation step |