AngusJohnson / Clipper2

Polygon Clipping and Offsetting - C++, C# and Delphi
Boost Software License 1.0
1.34k stars 247 forks source link

How to handle path value of double type #844

Closed Linuxmodel closed 1 month ago

Linuxmodel commented 1 month ago

I have seen that this can handle correctly with Path64, not test closely with type of PathD (of double type). Can this library fully support this type of data? I see the PathD, but in the method of like InflatePath(), which does not take PathD type as argument.

Linuxmodel commented 1 month ago

Oh, sorry, I saw that it has the conversion from PathD to Path64 with scale, but I have not tried with that.