getCenterPoint method

Point getCenterPoint()

Gets the center point of the Largest Empty Circle (up to the tolerance distance).

@return the center point of the Largest Empty Circle

Implementation

Point getCenterPoint() {
  compute();
  return centerPoint;
}