CrystalSpace

Public API Reference

iDynamicsStepCallback Struct Reference

This is the interface for a dynamics step callback, eg when a step is performed in the simulation. More...

#include <ivaria/dynamics.h>

Inheritance diagram for iDynamicsStepCallback:

List of all members.

Public Member Functions

virtual void Step (float stepsize)=0
 A step has been performed in the dynamic simulation.

Detailed Description

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.


Member Function Documentation

virtual void iDynamicsStepCallback::Step ( float  stepsize  )  [pure virtual]

A step has been performed in the dynamic simulation.

Parameters:
stepsize the time length (in seconds) of the simulation step

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

Generated for Crystal Space 2.0 by doxygen 1.6.1