AABBContains(AABB) Method |
Does this aabb contain the provided AABB.
Namespace: Internal.tainicom.Aether.Physics2D.CollisionAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool Contains(
ref AABB aabb
)
Parameters
- aabb AABB
- The aabb.
Return Value
Booleantrue if it contains the specified aabb; otherwise,
false.
See Also