Represents a function of one variable. The function is interpolated from a given set of points, and optionally the tangents at those points can be specified.
More...
Represents a function of one variable. The function is interpolated from a given set of points, and optionally the tangents at those points can be specified.
FloatCurve.FloatCurve |
( |
| ) |
|
void FloatCurve.Add |
( |
float |
time, |
|
|
float |
value |
|
) |
| |
void FloatCurve.Add |
( |
float |
time, |
|
|
float |
value, |
|
|
float |
inTangent, |
|
|
float |
outTangent |
|
) |
| |
float FloatCurve.Evaluate |
( |
float |
time | ) |
|
Evaluate the function at a given value of the input parameter.
- Parameters
-
time | The input parameter (not necessarily a time). |
- Returns
- The value of the function.
The documentation for this class was generated from the following file: