Click or drag to resize

AABB Constructor (Vector2, Vector2)

Initializes a new instance of the AABB class

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 AABB(
	ref Vector2 min,
	ref Vector2 max
)

Parameters

min
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
max
Type: Internal.tainicom.Aether.Physics2D.CommonVector2
See Also