moagg.game.control.handler.physic
Class ShipPhysicImpl

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

public class ShipPhysicImpl
extends ComplexPhysicImpl

The physics implementation for ships, based on ComplexPhysicImpl.


Constructor Summary
ShipPhysicImpl()
           
 
Method Summary
 void update(MoaggGameObject object, GameControl gameControl, long elapsedTime)
           
 
Methods inherited from class moagg.game.control.handler.physic.ComplexPhysicImpl
updateWithoutFriction
 
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

ShipPhysicImpl

public ShipPhysicImpl()
Method Detail

update

public void update(MoaggGameObject object,
                   GameControl gameControl,
                   long elapsedTime)
Specified by:
update in interface Physic
Overrides:
update in class ComplexPhysicImpl


Copyright © 2008. All Rights Reserved.