Photon Fusion
2.1.1
Represents an oscillator configuration for network simulation. More...
Public Types | |
| enum | WaveShape |
| Defines the shape of the wave. More... | |
Public Member Functions | |
| double | GetCurveValue (System.Random rng, double elapsedSecs) |
| Calculates the value of the wave at a given time. | |
Public Attributes | |
| double | Additional |
| Additional noise to be added to the wave. | |
| double | Max |
| The maximum value of the wave. | |
| double | Min |
| The minimum value of the wave. | |
| double | Period |
| The period of the wave in seconds. | |
| WaveShape | Shape |
| The shape of the wave. | |
| double | Threshold |
| The threshold value for the wave. | |
Represents an oscillator configuration for network simulation.
| enum WaveShape |
| double GetCurveValue | ( | System.Random | rng, |
| double | elapsedSecs ) |
Calculates the value of the wave at a given time.
| rng | The random number generator. |
| elapsedSecs | The elapsed time in seconds. |