prefuse.util.force
Interface Integrator

All Known Implementing Classes:
EulerIntegrator, RungeKuttaIntegrator

public interface Integrator

Interface for numerical integration routines. These routines are used to update the position and velocity of items in response to forces over a given time step.

Author:
jeffrey heer

Method Summary
 void integrate(ForceSimulator sim, long timestep)
           
 

Method Detail

integrate

void integrate(ForceSimulator sim,
               long timestep)


Copyright © 2007 Regents of the University of California