toshelp
toshelp
I also tried using LuaJIT (libluajit-5.1-dev) with the Ubuntu20.04 Docker image. "lua_tonumberx" error could be resolved with the following fix: kaguya.hpp ``` diff --git a/include/kaguya.hpp b/include/kaguya.hpp index ef54bdc..e0c1611 100644 ---...
```is_valid``` checks geometry in the sense of OCG. I think this is the result of that check. https://www.boost.org/doc/libs/1_76_0/libs/geometry/doc/html/geometry/reference/algorithms/is_valid/is_valid_2_with_failure_value.html I found a workaround to uncheck ```failure_self_intersections```. But, it may cause other...
I tried a ```union``` test. The overlapping areas are merged. Is there a rounding problem? test code ``` #include #include #include #include #include #include #include namespace bg = boost::geometry; typedef...