cute_headers
cute_headers copied to clipboard
c2Dual - Voronoi regions can disappear when shrinking a shape
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.