Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TSphere > API/Runtime/Core/Math/TSphere/IsInside
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Sphere.h |
| Include | #include "Math/Sphere.h" |
bool IsInside
(
const TSphere < T > & Other,
T Tolerance
) const
Remarks
Check whether sphere is inside of another. true if sphere is inside another, otherwise false.
Parameters
| Name | Description |
|---|---|
| Other | The other sphere. |
| Tolerance | Error Tolerance. |