org.vizzini.game.simulation.force
Class ForceDistributor
java.lang.Object
org.vizzini.game.simulation.force.ForceDistributor
public class ForceDistributor
- extends Object
Provides a force distributor. Distributes forces from
IForceProducer
s to IForceConsumer
s in a given
ISimulationEnvironment
.
- Since:
- v0.3
- Version:
- v0.3
- Author:
- Jeffrey M. Thompson
Method Summary |
void |
update(long deltaTime,
ISimulationEnvironment environment)
Update the force consumers in the given simulation environment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForceDistributor
public ForceDistributor()
update
public void update(long deltaTime,
ISimulationEnvironment environment)
- Update the force consumers in the given simulation environment.
- Parameters:
deltaTime
- Delta time. (milliseconds)environment
- Simulation environment. (required)- Since:
- v0.3
Copyright © 2007 Vizzini.org. All Rights Reserved.
|
2007.12.25.03.00.02 |