dtOverlapQuantBounds

Determines if two axis-aligned bounding boxes overlap.

Windows
MacOS
Linux

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Detour/DetourCommon.h

Include

#include "Detour/DetourCommon.h"

Syntax

bool dtOverlapQuantBounds
(
    const unsigned short amin,
    const unsigned short amax,
    const unsigned short bmin,
    const unsigned short bmax
)

Remarks

Determines if two axis-aligned bounding boxes overlap.

Returns

True if the two AABB's overlap.

Parameters

Parameter

Description

amin

Minimum bounds of box A. [(x, y, z)]

amax

Maximum bounds of box A. [(x, y, z)]

bmin

Minimum bounds of box B. [(x, y, z)]

bmax

Maximum bounds of box B. [(x, y, z)]

See Also

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