Click or drag to resize

DynamicTreeTTestFatAABBOverlap Method

Test overlap of fat AABBs.

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

Parameters

proxyIdA
Type: SystemInt32
The proxy id A.
proxyIdB
Type: SystemInt32
The proxy id B.

Return Value

Type: Boolean
See Also