org.vizzini.math.ode
Class AbstractODESolver

java.lang.Object
  extended by org.vizzini.math.ode.AbstractODESolver
All Implemented Interfaces:
IODESolver
Direct Known Subclasses:
RungeKutta4ODESolver

public abstract class AbstractODESolver
extends Object
implements IODESolver

Provides base functionality for ordinary differential equation solvers in the game framework.

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

Constructor Summary
AbstractODESolver()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.vizzini.math.ode.IODESolver
update
 

Constructor Detail

AbstractODESolver

public AbstractODESolver()


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