org.web3d.vrml.renderer.common.input.dis
Interface SolverTarget
- All Known Implementing Classes:
- Quat4dVariable, Vector3dVariable
public interface SolverTarget
The solver target interface.
- Author:
- Andrzej Kapolka
|
Method Summary |
void |
getRatesOfChange(double[] values,
double time,
double[] results)
Returns the rates of change corresponding to the given values and time. |
getRatesOfChange
void getRatesOfChange(double[] values,
double time,
double[] results)
- Returns the rates of change corresponding to the given values and time.
- Parameters:
values - the values at which to evaluate the rates of changetime - the time at which to evaluate the rates of changeresults - an array to hold the calculated rates
Copyright © 2001 - 2006 Web3D Consortium