AxisAlignedBoundingBox

fun AxisAlignedBoundingBox(min: Vec2 = Vec2(), max: Vec2 = Vec2())

Parameters

min

Lower bound of AABB vertex.

max

Higher bound of AABB vertex.