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

Description

Documentation Comment

Linearly interpolates between a and b by t with no limit to t


Caveats


Parameters

floata

floatb

floatt


Examples

Auto-Generated Example

float myFloat__a
float myFloat__b
float myFloat__t

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