- Found in:
- Mathf
Description
Documentation Comment
Same as Lerp but makes sure the values interpolate correctly when they wrap around 360 degrees
Caveats
Parameters
floata
floatb
floatt
Examples
Auto-Generated Example
float myFloat__a
float myFloat__b
float myFloat__t
float returnedValue = LibMathf.LerpAngle(myFloat__a, myFloat__b, myFloat__t)