FPlane::Normalize

Normalize this plane in-place if it is larger than a given tolerance. Leaves it unchanged if not.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Plane.h"

Syntax

bool Normalize
(
    float Tolerance
)

Remarks

Normalize this plane in-place if it is larger than a given tolerance. Leaves it unchanged if not.

Returns

true if the plane was normalized correctly, false otherwise.

Parameters

Parameter

Description

Tolerance

Minimum squared length of vector for normalization.

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