Calculates the Axis Aligned Bounding Box (or aabb) from an array of points.
An array of Vector2Like objects to get the AABB from.
Optional
A Rectangle object to store the results in. If not given, a new Rectangle instance is created.
Calculates the Axis Aligned Bounding Box (or aabb) from an array of points.