getCenterPoint method

Point getCenterPoint()

Gets the center point of the maximum inscribed circle (up to the tolerance distance).

@return the center point of the maximum inscribed circle

Implementation

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