Base class for types that define a mapping from the range [0.0, 1.0] to another value.
More...
|
float | GetValue (float t) |
| Maps a float value from the range [0.0, 1.0]. More...
|
|
abstract float | OnGetValue (float t) |
| Implement this method to define the curve mapping. More...
|
|
virtual int | GetValueInt (float t) |
| Maps a float value from the range [0.0, 1.0] to an integer. More...
|
|
Base class for types that define a mapping from the range [0.0, 1.0] to another value.
float Chunks.Curve.GetValue |
( |
float |
t | ) |
|
Maps a float value from the range [0.0, 1.0].
- Parameters
-
t | Value in the range [0.0, 1.0] |
virtual int Chunks.Curve.GetValueInt |
( |
float |
t | ) |
|
|
virtual |
Maps a float value from the range [0.0, 1.0] to an integer.
- Parameters
-
t | Value in the range [0.0, 1.0] |
abstract float Chunks.Curve.OnGetValue |
( |
float |
t | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: