BarycentricInterpolate

Overload list

Windows
MacOS
Linux
Name Description

Public function

T

 

BarycentricInterpolate

(
    FVector BaryCoord,
    T V0,
    T V1,
    T V2
)

Public function

FVector4

 

BarycentricInterpolate

(
    FVector BaryCoord,
    const FVector4& V0,
    const FVector4& V1,
    const FVector4& V2
)

Overload for FVector4 to work around C2719: (formal parameter with requested alignment of 16 won't be aligned)

Public function

T

 

BarycentricInterpolate

(
    float BaryX,
    float BaryY,
    float BaryZ,
    T V0,
    T V1,
    T V2
)

Public function

FVector4

 

BarycentricInterpolate

(
    float BaryX,
    float BaryY,
    float BaryZ,
    const FVector4& V0,
    const FVector4& V1,
    const FVector4& V2
)

Overload for FVector4 to work around C2719: (formal parameter with requested alignment of 16 won't be aligned)

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