Click or drag to resize

DynamicTreeBroadPhaseTestOverlap Method

Test overlap of fat AABBs.

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 bool TestOverlap(
	int proxyIdA,
	int proxyIdB
)

Parameters

proxyIdA  Int32
The proxy id A.
proxyIdB  Int32
The proxy id B.

Return Value

Boolean

Implements

IBroadPhaseTestOverlap(Int32, Int32)
See Also