it doesn't support double type
ITcrazywgy opened this issue · 1 comments
ITcrazywgy commented
it doesn't support double type
artur-ag commented
This is the same as the original Clipper library, which uses ints to avoid rounding errors.
I've been converting my polygons by multiplying them by 1000, using Clipper, and then dividing again, to get some decimal places. Maybe that also works for you.