Data Viz - Bounding Box
Table of Contents
1 - About
The minimum bounding box of a point set is the same as the minimum bounding box of its convex hull, a fact which may be used heuristically to speed up computation.
The minimum bounding box of a point set is the same as the minimum bounding box of its convex hull.
2 - Articles Related
3 - Type
3.1 - Axis Aligned
The axis-aligned minimum bounding box (or AABB) for a given point set is its minimum bounding box subject to the constraint that the edges of the box are parallel to the (Cartesian) coordinate axes.
3.2 - Arbitrarily oriented
The arbitrarily oriented minimum bounding box is the minimum bounding box, calculated subject to no constraints as to the orientation of the result.
3.3 - Object oriented
The object has its own local coordinate system and the bounding box coordinates are relative to these axes.