Uses of Interface
org.vizzini.game.simulation.force.IForceConsumer

Packages that use IForceConsumer
org.vizzini.game.simulation Provides simulation classes for games in the game framework. 
org.vizzini.game.simulation.force Provides force classes for simulations in the game framework. 
 

Uses of IForceConsumer in org.vizzini.game.simulation
 

Subinterfaces of IForceConsumer in org.vizzini.game.simulation
 interface IPhysicalObject
          Defines methods required by a physical object.
 

Classes in org.vizzini.game.simulation that implement IForceConsumer
 class AbstractPhysicalObject
          Provides base functionality for a physical object.
 class DefaultPhysicalObject
          Provides a default physical object.
 

Methods in org.vizzini.game.simulation with parameters of type IForceConsumer
 Vector AbstractPhysicalObject.computeForce(IForceConsumer consumer)
          Return the force (kN) created by this system.
 

Uses of IForceConsumer in org.vizzini.game.simulation.force
 

Methods in org.vizzini.game.simulation.force with parameters of type IForceConsumer
 Vector IForceProducer.computeForce(IForceConsumer consumer)
          Return the force (kN) created by this system.
 



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