|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.physics.EulerIntegrator
public class EulerIntegrator
Constructor Summary | |
---|---|
EulerIntegrator()
|
Method Summary | |
---|---|
void |
integrate(Universe u,
PhysicalObject obj,
float deltaTime)
Performs an integration for the given Universe and PhysicalObject. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EulerIntegrator()
Method Detail |
---|
public void integrate(Universe u, PhysicalObject obj, float deltaTime)
Integrator
integrate
in interface Integrator
u
- the Universe.obj
- the PhysicalObject.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |