Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TBoxSphereBounds
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/BoxSphereBounds.h |
| Include | #include "Math/BoxSphereBounds.h" |
static bool SpheresIntersect
&40;
const TBoxSphereBounds< T, TExtent > & A,
const TBoxSphereBounds< T, TExtent > & B,
TExtent Tolerance
&41;
Remarks
Test whether the spheres from two BoxSphereBounds intersect/overlap. true if spheres intersect, false otherwise.
Parameters
| Name | Description |
|---|---|
| A | First BoxSphereBounds to test. |
| B | Second BoxSphereBounds to test. |
| Tolerance | Error tolerance added to test distance. |