DynamicTreeTTestFatAABBOverlap Method |
Test overlap of fat AABBs.
Namespace: Internal.tainicom.Aether.Physics2D.CollisionAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool TestFatAABBOverlap(
int proxyIdA,
int proxyIdB
)
Parameters
- proxyIdA Int32
- The proxy id A.
- proxyIdB Int32
- The proxy id B.
Return Value
Boolean
See Also