Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath
| Type | Name | Description | |
|---|---|---|---|
| bool | SphereAABBIntersection
(
const UE::Math::TSphere< FReal >& Sphere, |
Converts a sphere into a point plus radius squared for the test above | |
| bool | SphereAABBIntersection
(
const UE::Math::TVector< FReal >& SphereCenter, |
Performs a sphere vs box intersection test using Arvo's algorithm: |