[Boost-users] Boost geometry: 3d difference and union?

2021-12-13 Thread KL via Boost-users
Hi,Is there any plan to have 3d algorithms like difference and union in Boost geometry?Thanks-- ___ Boost-users mailing list Boost-users@lists.boost.org https://lists.boost.org/mailman/listinfo.cgi/boost-users

[Boost-users] Dimension conversion for free?

2022-01-08 Thread KL via Boost-users
Hi,Using boost geometry points, I have an algorithm using a 3D multi polygon.At the beginning the z axis is set at 0 and I use algo like correct and within. It forces me to copy all my multipolygons to the 2d space, do what I need and then reconvert back in 3D. I could as well start with in 2d,do w