You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently allow rectangles to be drawn by specifying their top left and bottom right coordinates. This technically also allows the top left coordiante and the width and height to be specified as well.
It would be better to allow different ways to specify a rectangle, Processing allows the following:
CORNER: upper left corner and width/height
CORNERS: upper left and bottom right (what we do at the moment)
CENTER: center and width/height
The text was updated successfully, but these errors were encountered:
We currently allow rectangles to be drawn by specifying their top left and bottom right coordinates. This technically also allows the top left coordiante and the width and height to be specified as well.
It would be better to allow different ways to specify a rectangle, Processing allows the following:
CORNER
: upper left corner and width/heightCORNERS
: upper left and bottom right (what we do at the moment)CENTER
: center and width/heightThe text was updated successfully, but these errors were encountered: