xaviergonz / js-angusj-clipper

Polygon and line clipping and offsetting library (Javascript) - a port of Angus Johnson's clipper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It seems that you can use floating point numbers

FishOrBear opened this issue · comments

I found that when I use floating point numbers, I can also return the correct result.
I currently use the following functions: minkowskiSumPath and clipToPaths.

In addition, I feel that more detailed data is needed to explain how the wasm version should be used when the polyline is complex.

Sorry, I missed this issue. "no" means floating point numbers cannot be used and they have to be integers in the end?