FVector::PointPlaneProject

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

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector.h"

Syntax

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

Remarks

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

Returns

Projection of Point onto plane

Parameters

Parameter

Description

Point

The point to project onto the plane

PlaneBase

Point on the plane

PlaneNorm

Normal of the plane (assumed to be unit length).

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