BilinearInterp

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

FVector3d

 

BilinearInterp

(
    const FVector3d& v00,
    const FVector3d& v10,
    const FVector3d& v11,
    const FVector3d& v01,
    double tx,
    double ty
)

Public function Static

FVector2d

 

BilinearInterp

(
    const FVector2d& v00,
    const FVector2d& v10,
    const FVector2d& v11,
    const FVector2d& v01,
    double tx,
    double ty
)

Public function Static

FVector2f

 

BilinearInterp

(
    const FVector2f& v00,
    const FVector2f& v10,
    const FVector2f& v11,
    const FVector2f& v01,
    float tx,
    float ty
)

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