VectorUtil::BarycentricCoords

Overload list

Windows
MacOS
Linux
Name Description

Public function

FVector3< Re...

 

VectorUtil::BarycentricCoords

(
    const FVector3< RealType >& Point,
    const FVector3< RealType >& V0,
    const FVector3< RealType >& V1,
    const FVector3< RealType >& V2
)

Compute barycentric coordinates/weights of vPoint inside 3D triangle (V0,V1,V2).

Public function

FVector3< Re...

 

VectorUtil::BarycentricCoords

(
    const FVector3< RealType >& Point,
    const FVector2< RealType >& V0,
    const FVector2< RealType >& V1,
    const FVector2< RealType >& V2
)

Compute barycentric coordinates/weights of vPoint inside 2D triangle (V0,V1,V2).

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