Blake Thompson
Blake Thompson
@mapsam it is really very simple, you just have to pledge your support 
Note -- adding previous conversation from email with @MaheshNaikM here for historical purposes: > Basically, if you took all of the points created by a vatti prior to doing your...
@MaheshNaikM > does snap rounding provided non intersecting output contours(rings). Snap rounding will prevent intersecting segments, but will not prevent intersection at points. Intersections at points is cleaned up in...
@lycantropos that is awesome! It is not possible with this algorithm to operate with floating point values currently. There is quite a bit of logic in the algorithm itself that...
I still haven't seen any action on my ticket that is listed above so I do not think there would be any issues. I know that this is directly related...
@enduguXL It would definitely be useful for people with other geometry concepts if they could use a more generalized geometry construct rather then specifically just https://github.com/mapbox/geometry.hpp/ I would not use...
Yes, there are several parts of the code that would need to be updated to support this properly and you are absolutely correct. I do not see myself having time...
Yes this was something I really wanted to do in general, but I never got around to getting it done. This likely involve a large number of templating and a...
@ljw0701 could you provide a screen shot of the original geometry, my bet here is that Wagyu simply collapses the resulting geometry into a line then removes it. This happens...
How are you compiling the code above? I am not having any issue with this code - though I may have different build flags. https://github.com/mapbox/wagyu/blob/master/Makefile#L3 Are you using `-std=c++11`?