getRightCentre method

Coordinate getRightCentre()

Gets right centre

Implementation

Coordinate getRightCentre()
{
  return new Coordinate(left + width, top + height / 2);
}