|
| override void | SetParams (ParamBundle pb) |
| | Sets the parameter bunlde to be used by the system. More...
|
| |
| override void | Function (ref float[] x_in, ref float[] x_out) |
| | Evaluate the first order evolution of the attractor, given the current position. More...
|
| |
| ParamBundle[] | GetParamBundles () |
| | Gets the parameter bundles defned for the chaos equation. More...
|
| |
| string | GetName () |
| | Gets the name. More...
|
| |
| string[] | GetEquationStrings () |
| | Gets the equation strings. Used by the Inspector to show the system definition. More...
|
| |
| string[] | GetParamNames () |
| | Gets the parameter names. Used by the inspector to label the parameters and prompts (when custom parameter is selected) More...
|
| |
|
float | GetSlideshowSpeed () |
| |
|
|
ParamBundle | paramBundle |
| | The parameter bundle that is used to evolve the system.
|
| |
|
string | name |
| |
|
string[] | eqnStrings |
| |
|
string[] | paramNames |
| |
|
ParamBundle[] | paramBundles |
| |
|
float | slideShowSpeed = 1.0f |
| |
Definition at line 7 of file SprottD.cs.
| override void SprottD.Function |
( |
ref float[] |
x_in, |
|
|
ref float[] |
x_dot |
|
) |
| |
|
virtual |
Evaluate the first order evolution of the attractor, given the current position.
- Parameters
-
| x_in | Current position. |
| x_dot | Return velocity terms in x_dot. |
Implements ChaosEqn.
Definition at line 34 of file SprottD.cs.
Sets the parameter bunlde to be used by the system.
- Parameters
-
Implements ChaosEqn.
Definition at line 30 of file SprottD.cs.
The documentation for this class was generated from the following file: