FVector::PointPlaneProject

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

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Vector.h

Include

#include "Math/Vector.h"

Source

/Engine/Source/Runtime/Core/Public/Math/Plane.h

Syntax

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

Remarks

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

Returns

Projection of Point onto plane ABC

Parameters

Parameter

Description

Point

The point to project onto the plane

A

1st of three points in CCW order defining the plane

B

2nd of three points in CCW order defining the plane

C

3rd of three points in CCW order defining the plane

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