Uses of Interface
org.vizzini.math.IDynamicState

Packages that use IDynamicState
org.vizzini.game.simulation Provides simulation classes for games in the game framework. 
org.vizzini.math Provides math classes for the game framework. 
org.vizzini.math.ode Provides math classes for ordinary differential equations in the game framework. 
 

Uses of IDynamicState in org.vizzini.game.simulation
 

Methods in org.vizzini.game.simulation that return IDynamicState
protected  IDynamicState AbstractPhysicalObject.getMyState()
          Return the state.
 

Uses of IDynamicState in org.vizzini.math
 

Classes in org.vizzini.math that implement IDynamicState
 class DynamicState
          Provides dynamic state of an object.
 

Uses of IDynamicState in org.vizzini.math.ode
 

Methods in org.vizzini.math.ode that return IDynamicState
 IDynamicState DynamicStateODE.getDynamicState()
           
 

Methods in org.vizzini.math.ode with parameters of type IDynamicState
protected  void DynamicStateODE.setDynamicState(IDynamicState dynamicState)
           
 

Constructors in org.vizzini.math.ode with parameters of type IDynamicState
DynamicStateODE(IDynamicState dynamicState)
          Construct this object with the given parameter.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02