I need to simplify a 3d polyhedron while controlling the maximum allowable deviation of the width after simplification.
Does anybody know of a c++ library\c++ implementation\algorithm which allows for this?
I have read about CGAL mesh simplification, and I did not see an option to control for mesh maximal width deviation.
thank you.