getCenter method

Point getCenter()

Implementation

Point getCenter() {
  _compute();
  return _centerPoint;
}