DotRectangle¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/dot/blob/main/js/Rectangle.js for the most up-to-date information.
Overview¶
A 2D rectangle-shaped bounded area, with a convenience name and constructor. Totally functionally equivalent to Bounds2, but with a different constructor.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class DotRectangle¶
Constructor¶
new DotRectangle( x, y, width, height )¶
Instance Methods¶
Source Code¶
See the source for Rectangle.js in the dot repository.