Click or drag to resize

AABBCombine(AABB, AABB) Method

Combine two AABBs into this one.

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 void Combine(
	ref AABB aabb1,
	ref AABB aabb2
)

Parameters

aabb1  AABB
The aabb1.
aabb2  AABB
The aabb2.
See Also