The X coordinate top left corner of box 1.
The y coordinate top left corner of box 1.
The width of box 1.
The X height of box 1.
The X coordinate top left corner of box 2.
The y coordinate top left corner of box 2.
The width of box 2.
The X height of box 2.
Returns true if boxes overlap, false if they only touch or are disjoint.
Return the degree value converted to radians.
The value in degrees.
The value in radians.
Check whether the argument is a function.
The object to check.
true if it is a function, false otherwise.
Return whether the value is null or undefined.
The value to test.
True if the value is null or undefined; false otherwise.
Generated using TypeDoc
Return whether two boxes collide.