Interface RectBounds

The bounds of a rectangle.

Hierarchy

  • RectBounds

Properties

Properties

bottom: number

The Y coordinate of the bottom-most edge of an AABB.

left: number

The X coordinate of the left-most edge of an AABB.

right: number

The X coordinate of the right-most edge of an AABB.

top: number

The Y coordinate of the top-most edge of an AABB.

Generated using TypeDoc