Bounding Box Calculator

Compute the axis-aligned bounding box of a set of two-dimensional points.

Description

Find the minimum axis-aligned rectangle containing a nonempty set of two-dimensional points.

Bounding Box Calculator find the minimum axis-aligned rectangle containing a nonempty set of two-dimensional points.

Use this for viewport setup, quick spatial filtering, collision broad phases, chart extents, and summarizing coordinate ranges.

When to use Bounding Box Calculator

Use this for viewport setup, quick spatial filtering, collision broad phases, chart extents, and summarizing coordinate ranges.

How it works

The tool independently takes the minimum and maximum x and y values, then reports those bounds plus width and height.

Interpreting the result

Keep the input units, direction conventions, encoding, and ordering rules visible when reusing the result. Preserve the full returned value for downstream calculations and round only for presentation.

Assumptions and limitations

The box is axis-aligned and planar. It is not a minimum-area rotated rectangle and does not handle longitude wraparound or geodesic coordinates specially.

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies