SphereAABBIntersection

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

SphereAABBIntersection

(
    const FSphere& Sphere,
    const FBox& AABB
)

Converts a sphere into a point plus radius squared for the test above

Public function Static

bool

 

SphereAABBIntersection

(
    const FVector& SphereCenter,
    const float RadiusSquared,
    const FBox& AABB
)

Performs a sphere vs box intersection test using Arvo's algorithm:

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss