moagg.game.control.handler.physic
Class AbstractPhysicImpl

java.lang.Object
  extended by moagg.game.control.handler.physic.AbstractPhysicImpl
All Implemented Interfaces:
Physic
Direct Known Subclasses:
ComplexPhysicImpl, SimplePhysicImpl

public abstract class AbstractPhysicImpl
extends java.lang.Object
implements Physic


Constructor Summary
AbstractPhysicImpl()
           
 
Method Summary
protected  Vector getThrustAcceleration(ControllableObject object, long elapsedTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface moagg.game.control.handler.physic.Physic
update
 

Constructor Detail

AbstractPhysicImpl

public AbstractPhysicImpl()
Method Detail

getThrustAcceleration

protected Vector getThrustAcceleration(ControllableObject object,
                                       long elapsedTime)


Copyright © 2008. All Rights Reserved.