FSphere::Intersects

Test whether this sphere intersects another.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Sphere.h"

Syntax

bool Intersects
(
    const FSphere & Other,
    float Tolerance
) const

Remarks

Test whether this sphere intersects another.

Returns

true if spheres intersect, false otherwise.

Parameters

Parameter

Description

Other

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