mapbox / polylabel

A fast algorithm for finding the pole of inaccessibility of a polygon (in JavaScript and C++)
Other
1.44k stars 151 forks source link

Clarify comment for bbox centroid guess #73

Closed hollasch closed 4 years ago

hollasch commented 4 years ago

The original comment "special case for rectangular polygons" isn't accurate, as this guess could apply to any polygon (for example, a circle).

Resolves #72