Returns true if the aabb contains the given point, otherwise false.
True if the aabb contains the given point, otherwise false
Returns the height of the aabb.
The height of the aabb
Returns the width of the aabb.
The width of the aabb
Returns true if the aabb intersects with the given one, otherwise false.
True if the aabb intersects with the given one, otherwise false
Returns perimeter of AABB.
Perimeter of AABB
Sets the coords of the aabb to the given.
The aabb
Translates the aabb by the given vector
Generated using TypeDoc
The 'AABB' is the class for manipulating AABBs(axis-aligned bounding boxes)