getRightCentre method
Gets right centre
Implementation
Coordinate getRightCentre()
{
return new Coordinate(left + width, top + height / 2);
}
Gets right centre
Coordinate getRightCentre()
{
return new Coordinate(left + width, top + height / 2);
}