BoundingBox

interface BoundingBox

Represents the bounding box around an object.

Properties

height

height: number

The height of the bounding box.


width

width: number

The width of the bounding box.


x

x: number

The minimum X coordinate.


y

y: number

The minimum Y coordinate.