Inheritance diagram for SC::RungeKuttaIntegrator:
Public Member Functions | |
RungeKuttaIntegrator (Data data) | |
bool | Integrate (Vector2 seedPoint, bool onlyForward, ref Vector2[] streamLine, Rectangle calcRect) |
void | SetDT (float dt) |
void | SetDTest (float dtest) |
void | SetBuffer (SC.Buffer buffer) |
|
Constructor. |
|
Calculates a new streamline by starting integrating at the seed point. The seed point. The calculated streamline. False if it cannot create a stream line for the seed point, True otherwise. Implements SC::IIntegrator. |
|
Sets the streamline buffer. The new streamline buffer. Implements SC::IIntegrator. |
|
Sets the timestep for the integrator. The new timestep. Implements SC::IIntegrator. |
|
Sets the dTest distance. The dTest distance. Implements SC::IIntegrator. |