getBottomCentre method

Coordinate getBottomCentre()

Gets bottom centre

Implementation

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