FSphere::Equals

Check whether two spheres are the same within specified tolerance.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Sphere.h"

Syntax

bool Equals
(
    const FSphere & Sphere,
    float Tolerance
) const

Remarks

Check whether two spheres are the same within specified tolerance.

Returns

true if spheres are equal within specified tolerance, otherwise false.

Parameters

Parameter

Description

Sphere

The other sphere.

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