Click or drag to resize

AABBTestOverlap Method

Test if the two AABBs overlap.

Namespace: Internal.tainicom.Aether.Physics2D.Collision
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static bool TestOverlap(
	ref AABB a,
	ref AABB b
)

Parameters

a  AABB
The first AABB.
b  AABB
The second AABB.

Return Value

Boolean
True if they are overlapping.
See Also