Xj3D 2.0 VRML/X3D Code API

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.
 

Method Detail

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 change
time - the time at which to evaluate the rates of change
results - an array to hold the calculated rates

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium