Open AustinScola opened 3 years ago
Add an IntegerRectangle which has a position and size. It should also have access (probably as properties and maybe also with setters) to its four corners. The corners are IntegerPosition2Ds.
IntegerRectangle
IntegerPosition2D
Add an
IntegerRectangle
which has a position and size. It should also have access (probably as properties and maybe also with setters) to its four corners. The corners areIntegerPosition2D
s.