org.vizzini.math.ode
Interface IODESolver

All Known Implementing Classes:
AbstractODESolver, RungeKutta4ODESolver

public interface IODESolver

Defines methods required by ordinary differential equation solvers in the game framework.

Since:
v0.3
Version:
v0.3
Author:
Jeffrey M. Thompson

Method Summary
 void update(IODE ode, double ds)
          Update the given ordinary differential equation using the given delta in the independent variable.
 

Method Detail

update

void update(IODE ode,
            double ds)
Update the given ordinary differential equation using the given delta in the independent variable.

Since:
v0.3


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02