BoundingBox type
Describes a bounding box.
Signature:
type BoundingBox = {
height: number;
max: [number, number];
min: [number, number];
width: number;
};
Describes a bounding box.
Signature:
type BoundingBox = {
height: number;
max: [number, number];
min: [number, number];
width: number;
};