|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object prefuse.util.force.EulerIntegrator
public class EulerIntegrator
Updates velocity and position data using Euler's Method. This is the simplest and fastest method, but is somewhat inaccurate and less smooth than more costly approaches.
RungeKuttaIntegrator
Constructor Summary | |
---|---|
EulerIntegrator()
|
Method Summary | |
---|---|
void |
integrate(ForceSimulator sim,
long timestep)
|
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(ForceSimulator sim, long timestep)
integrate
in interface Integrator
Integrator.integrate(prefuse.util.force.ForceSimulator, long)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |