org.vizzini.game.simulation.force
Interface IForceProducer

All Superinterfaces:
IStateful
All Known Subinterfaces:
IPhysicalObject
All Known Implementing Classes:
AbstractPhysicalObject, DefaultPhysicalObject

public interface IForceProducer
extends IStateful

Defines methods required by a force producer for a simulation.

Since:
v0.3
Version:
v0.3
Author:
Jeffrey M. Thompson

Method Summary
 Vector computeForce(IForceConsumer consumer)
          Return the force (kN) created by this system.
 
Methods inherited from interface org.vizzini.math.IStateful
getAbsoluteState, getState, getStatefulParent, setStatefulParent
 

Method Detail

computeForce

Vector computeForce(IForceConsumer consumer)
Return the force (kN) created by this system.

Since:
v0.3


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