pub struct BoundingBox { /* private fields */ }Expand description
Bounding box of a Zerometry.
The bounding box is a rectangle that contains the Zerometry. It is represented by two coordinates: the bottom-left and top-right corners.
The coordinates are stored in a Coords struct, which is a slice of f64 values.
The first coordinate is the bottom-left corner, and the second coordinate is the top-right corner.