Chaotic Motion  1.0
ParamBundle Class Reference

Parameter bundle. Container class to hold the values for starting a chaotic system. Holds the parameters for the equations and the initial position and scale values. More...

Public Member Functions

 ParamBundle (string label, float p0, float p1, float p2, Vector3 initialPosition)
 
 ParamBundle (string label, float[] eqnP, Vector3 initialPosition)
 
 ParamBundle (string label, float p0, float p1, float p2, Vector3 initialPosition, Vector3 offset, float scale)
 
 ParamBundle (string label, float[] eqnP, Vector3 initialPosition, Vector3 offset, float scale)
 
 ParamBundle (ParamBundle fromPb)
 
void Log ()
 

Public Attributes

string label
 name of the parameter bundle
 
float[] eqnParam
 parameters used in the equation
 
Vector3 offset = Vector3.zero
 offset to center attractor at local origin
 
float scale = 1f
 scale to ensure that attractor fits in box of size 10
 
Vector3 initialPosition
 Initial position for evolution in physics space.
 

Detailed Description

Parameter bundle. Container class to hold the values for starting a chaotic system. Holds the parameters for the equations and the initial position and scale values.

Definition at line 13 of file ParamBundle.cs.


The documentation for this class was generated from the following file: