BiLerp

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

T

 

BiLerp

(
    const T& P00,
    const T& P10,
    const T& P01,
    const T& P11,
    const U& FracX,
    const U& FracY
)

Performs a 2D linear interpolation between four values values, FracX, FracY ranges from 0-1

Public function Static

FQuat

 

BiLerp

(
    const FQuat& P00,
    const FQuat& P10,
    const FQuat& P01,
    const FQuat& P11,
    float FracX,
    float FracY
)

Performs a linear interpolation between two values, Alpha ranges from 0-1

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss