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

Description

Documentation Comment

Linearly interpolates between a and b by t


Caveats


Parameters

floata

floatb

floatt


Examples

Auto-Generated Example

float myFloat__a
float myFloat__b
float myFloat__t

float returnedValue = LibMathf.Lerp(myFloat__a, myFloat__b, myFloat__t)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.