Click or drag to resize

AABB(Vector2, Single, Single) Constructor

Initializes a new instance of the AABB class

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 AABB(
	Vector2 center,
	float width,
	float height
)

Parameters

center  Vector2
 
width  Single
 
height  Single
 
See Also