Extension to 3D lines
mawanda-jun opened this issue · 3 comments
mawanda-jun commented
Hi and thank you for your hard work.
I'd like to ask you if it's possible to expand this work to 3D lines. I'm not sure of the impact of this feature in this work.
Thank you in advance,
Giovanni
urschrei commented
Simplification uses algorithms from Rust's geo
library, which is 2D only with no plans to add support for 3 dimensions, so this won't be possible.
mawanda-jun commented
Hi,
Thank your for your fast response. No worries!
Great work, continue on this path!
Greetings,
Giovanni
district10 commented
I have a c++/python version of rdp, supports 3D: https://github.com/cubao/pybind11-rdp
(It's fast but I havent't benchmarked with this rust version)