API Docs for:
Show:

AABB Class

Describes the Axis-Aligned Bounding Box format required by the physics system. When setting the coordinates for the corners, keep in mind that the physics system works with the standard 2D coordinate system, where the x axis grows left to right and the y axis grows top to bottom.

Item Index

Properties

Properties

bottomRight

Vector2D

The bottom right corner of the AABB.

topLeft

Vector2D

The top left corner of the AABB.