Creates a new Rectangle
Abscissa of center
Ordinate of center
width of Rectangle
height of Rectangle
rotation
rotation
height of Rectangle
width of Rectangle
Abscissa of center
Ordinate of center
Height of rectangle
Width of the rectangle
Abscissa of the center of the rectangle
Ordinate of the center of the rectangle
Clones current Rectangle
A copy of current Rectangle
Checks if Rectangle collides another shape
Shape to check
true only if provided shape collides current Rectangle
Checks if a point is within the bounds (inclusive) of a Rectangle
Point to check
true only if Point is inside current Rectangle
lists vertices of the rectangle
Vertices of the Rectangle, two adjacents vertices in the array form an edge of the Rectangle
Resets Rectangle dimensions
New abscissa
New ordinate
New width
New height
New rotation
Current Rectangle
Changes size of Rectangle
New width
New height
Current Rectangle
Rotates Rectangle
New rotation in degrees
Current Rectangle
Rotates Rectangle
New rotation in radians
Current Rectangle
Scales rectangle
Scale ratio
Current Rectangle
Helper method to create a rectangle from its upper-left corner
Abscissa of upper-left corner
Ordinate of upper-left corner
width of Rectangle
height of Rectangle
Corresponding Rectangle
Generated using TypeDoc
Represents a Rectangle