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 FVector & In,
T Tolerance
) const
Remarks
Checks whether the given location is inside this sphere. true if location is inside this volume.
Parameters
| Name | Description |
|---|---|
| In | The location to test for inside the bounding volume. |