FPlane::Equals

Checks whether two planes are equal within specified tolerance.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Plane.h"

Syntax

bool Equals
(
    const FPlane & V,
    float Tolerance
) const

Remarks

Checks whether two planes are equal within specified tolerance.

Returns

true if the two planes are equal within specified tolerance, otherwise false.

Parameters

Parameter

Description

V

The other plane.

Tolerance

Error Tolerance.

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