FSphere::IsInside

Check whether sphere is inside of another.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Sphere.h"

Syntax

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

Remarks

Check whether sphere is inside of another.

Returns

true if sphere is inside another, otherwise false.

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