Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > TSphere
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/Sphere.h |
Include | #include "Math/Sphere.h" |
bool Intersects
&40;
const TSphere< T > & Other,
T Tolerance
&41; const
Remarks
Test whether this sphere intersects another. true if spheres intersect, false otherwise.
Parameters
Name | Description |
---|---|
Other | The other sphere. |
Tolerance | Error tolerance. |