polybooljs icon indicating copy to clipboard operation
polybooljs copied to clipboard

Boolean operations on polygons (union, intersection, difference, xor)

Results 17 polybooljs issues
Sort by recently updated
recently updated
newest added

Currently, the library is specifically coded to work with even/odd fill rule. It would be nice if there was an option for other fill rules.

Tried copying one of the dist files and noticed that they point back to the lib folder. You end up needing all the files.

What would be the best epsilon for GeoJSON with 6 decimals coordinates ?

I have a case where when performing a union between to polygons where the result should be a doughnut shape, but the resulting polygon is completely filled. This how the...

Hi, I'm working on an application with places of complex boundaries and allow users to union them when desired. I have tried about 5 JS polygon libraries and I have...

help wanted

With the below polygons, subtracting S from T creates a degenerate result polygon: Instead of splitting the result into two polygons at vertex 3, it creates a single polygon with...

I understand the necessity for epsilon in floating-point comparisons, but is there some geometric interpretation to it? Something like "the minimum edge length to not cause errors is `x *...