org.vizzini.math.ode
Class AbstractODESolver
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractODESolver
public AbstractODESolver()
Copyright © 2007 Vizzini.org. All Rights Reserved.
|
2007.12.25.03.00.02 |