moagg.game.control.handler.physic
Class SimplePhysicImpl

java.lang.Object
  extended by moagg.game.control.handler.physic.AbstractPhysicImpl
      extended by moagg.game.control.handler.physic.SimplePhysicImpl
All Implemented Interfaces:
Physic

public class SimplePhysicImpl
extends AbstractPhysicImpl


Constructor Summary
SimplePhysicImpl()
           
 
Method Summary
 void update(MoaggGameObject object, GameControl gameControl, long elapsedTime)
           
 
Methods inherited from class moagg.game.control.handler.physic.AbstractPhysicImpl
getThrustAcceleration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePhysicImpl

public SimplePhysicImpl()
Method Detail

update

public void update(MoaggGameObject object,
                   GameControl gameControl,
                   long elapsedTime)


Copyright © 2008. All Rights Reserved.