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