|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ODESolver
Represents the interface for ordinary differential equation solvers. These solvers take the current state of the system (position, velocity, and external forces) and solve for the next state.
Method Summary | |
---|---|
void |
solve(double stepSize)
|
Method Detail |
---|
void solve(double stepSize)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |