[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| Lerp(Double, Double, Single) |
Gets a new value between the specified start and end values, designated by the percentage.
| |
| Lerp(Int32, Int32, Single) |
Gets a new value between the specified start and end values, designated by the percentage.
| |
| Lerp(Int64, Int64, Single) |
Gets a new value between the specified start and end values, designated by the percentage.
| |
| Lerp(Single, Single, Single) |
Gets a new value between the specified start and end values, designated by the percentage.
|
See Also