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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool TestOverlap(
	ref AABB a,
	ref AABB b
)

Parameters

a
Type: Internal.tainicom.Aether.Physics2D.CollisionAABB
The first AABB.
b
Type: Internal.tainicom.Aether.Physics2D.CollisionAABB
The second AABB.

Return Value

Type: Boolean
True if they are overlapping.
See Also