AABBCombine(AABB, AABB) Method |
Combine two AABBs into this one.
Namespace: Internal.tainicom.Aether.Physics2D.CollisionAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void Combine(
ref AABB aabb1,
ref AABB aabb2
)
Parameters
- aabb1 AABB
- The aabb1.
- aabb2 AABB
- The aabb2.
See Also