Interface SolverTarget
- All Known Implementing Classes:
Quat4dVariable,Vector3dVariable
public interface SolverTarget
The solver target interface.
- Author:
- Andrzej Kapolka
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetRatesOfChange(double[] values, double time, double[] results) Returns the rates of change corresponding to the given values and time.
-
Method Details
-
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
-