BetaBeta_Beta_BetaangleThe angle of rotation of the Rect in radians
BetaxThe x coordinate of the Rect
BetayThe y coordinate of the Rect
BetaBetaGet the center of the Rect as a Point.
(use Rect.center.Point.array to get the center as a PointArray).
the center of the Rect
BetaBetaBetaBetaBetaBetaChecks for intersection with another shape
the other shape to check for intersection
true if the shapes intersect, false otherwise
BetaResizes the Rect leaving its center in the same place
the new size for the Rect
AlphaRotates the Rect by theta around a given origin
the amount in radians to rotate
the origin Point to rotate around (default: Rect.center))
BetaMove the Rect to a new position
the new position
Staticfrom
A class for Rectangles.