This is the class used to store the co-ordinates and size of an area, used when calculating the migra...
Definition: rectangle.h:11
~Rectangle()
This is the default Rectangle destructor.
Definition: rectangle.h:25
double getLowerY()
This will return the lower co-ordinate for the y axis of the rectangle.
Definition: rectangle.h:35
double getUpperY()
This will return the upper co-ordinate for the y axis of the rectangle.
Definition: rectangle.h:45
double getLowerX()
This will return the lower co-ordinate for the x axis of the rectangle.
Definition: rectangle.h:30
Rectangle()
This is the default Rectangle constructor.
Definition: rectangle.cc:4
double getUpperX()
This will return the upper co-ordinate for the x axis of the rectangle.
Definition: rectangle.h:40
double getArea()
This will return the size of the rectangle.
Definition: rectangle.h:50