Click or drag to resize

AABBContains Method (AABB)

Does this aabb contain the provided AABB.

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 Contains(
	ref AABB aabb
)

Parameters

aabb
Type: Internal.tainicom.Aether.Physics2D.CollisionAABB
The aabb.

Return Value

Type: Boolean
true if it contains the specified aabb; otherwise, false.
See Also