Skip to content
Prev 21103 / 29559 Next

How to buffer a polygon by area

On Wed, May 28, 2014 at 3:36 PM, ONKELINX, Thierry
<Thierry.ONKELINX at inbo.be> wrote:

            
Is this guaranteed to converge? Could there be some polygon for which
the buffer width updating step bounces between two values like the
bistable state of an iterated function? Could a concave polygon have a
smaller perimeter for a larger buffer size? I think yes, but I'm not
sure if that would cause this method to not converge anyway...

My binary search is guaranteed to converge since buffer area is
strictly increasing with increasing buffer width...

Barry