Test if the two AABBs overlap.
Namespace: Internal.tainicom.Aether.Physics2D.CollisionAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static bool TestOverlap(
ref AABB a,
ref AABB b
)
Parameters
- a AABB
- The first AABB.
- b AABB
- The second AABB.
Return Value
BooleanTrue if they are overlapping.
See Also