urschrei/simplification

Extension to 3D lines

mawanda-jun opened this issue · 3 comments

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

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.

Hi,
Thank your for your fast response. No worries!

Great work, continue on this path!

Greetings,
Giovanni

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)