PointPlaneProject

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

FVector

 

PointPlaneProject

(
    const FVector& Point,
    const FPlane& Plane
)

Calculate the projection of a point on the given plane.

Public function Static

FVector

 

PointPlaneProject

(
    const FVector& Point,
    const FVector& PlaneBase,
    const FVector& PlaneNormal
)

Calculate the projection of a point on the plane defined by PlaneBase and PlaneNormal.

Public function Static

FVector

 

PointPlaneProject

(
    const FVector& Point,
    const FVector& A,
    const FVector& B,
    const FVector& C
)

Calculate the projection of a point on the plane defined by counter-clockwise (CCW) points A,B,C.

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