Anton Kovalev
Anton Kovalev
I use boost/geometry clipping operations after snap rounding (to prevent robustness issues). So I have no intersecting segments in my areals, segments are intersecting with their endpoints. Integers are large...
When uniting the following two polygons A: `POLYGON((-8 0,-10 0,-10 4,10 4,10 0,8 0,4 0,0 0,-8 0))` B: `POLYGON((0 2,4 2,4 0,4 -2,0 -2,0 0,0 2))` The union result is...
Hi Niklas! You put Craftr_run_command to build.ninja but you don't generate rule and build for it. Is it implemented or planned?
Hi Niklas! I also need to customize pools for my pipeline :) I monkey-patched your Graph class, put an `add_pool(self, pool_name, pool_depth)` method and exported it. In Craftrfile I explicitely...