cute_headers icon indicating copy to clipboard operation
cute_headers copied to clipboard

c2Dual - Voronoi regions can disappear when shrinking a shape

Open RandyGaul opened this issue 4 years ago • 0 comments

As an optimization for inflation the convex hull operation is skipped. This is cool, but for shrinking it doesn't work so simply. Entire voronoi regions can disappear since the scaling is non-uniform. An actual convex hull operation is required when shrinking.

RandyGaul avatar Feb 07 '22 03:02 RandyGaul