Background for Skyrim SE
Member of the LibMathf script
floatfunctionLerpAngle(floata, floatb, floatt)NativeGlobal

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.