|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object moagg.game.control.handler.physic.AbstractPhysicImpl moagg.game.control.handler.physic.ComplexPhysicImpl
public class ComplexPhysicImpl
A full-blown physics implementatios containing gravity, friction and streams.
Constructor Summary | |
---|---|
ComplexPhysicImpl()
|
Method Summary | |
---|---|
void |
update(MoaggGameObject object,
GameControl gameControl,
long elapsedTime)
|
protected void |
updateWithoutFriction(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 |
---|
public ComplexPhysicImpl()
Method Detail |
---|
public void update(MoaggGameObject object, GameControl gameControl, long elapsedTime)
protected void updateWithoutFriction(MoaggGameObject object, GameControl gameControl, long elapsedTime)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |