FPlane::PlaneDot

Calculates distance between plane and a point.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Plane.h"

Syntax

float PlaneDot
(
    const FVector & P
) const

Remarks

Calculates distance between plane and a point.

Returns

The distance from the plane to the point. 0: Point is on the plane. >0: Point is in front of the plane. <0: Point is behind the plane.

Parameters

Parameter

Description

P

The other point.

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