/nuvalence

Primary LanguageHTML

#Rectangle

  1. Rectangle class has the methods to test intersection, containtment, adjacency and other ancillary supporting functions.
  2. Rectangle object is defined with the lower left coordinates, width and the height of the rectangle.

Assumptions:

  1. Java is installed.

Run Instructions (needed library files are in the library )

  1. ./run.sh can be used to run the Rectangle class and the associated unit tests.