How to filter a list of (random) vertices by the distance between each of the two neighboring vertices?
Here’s my problem background: I have a surface mesh and I have a list of vertices (these vertices are generated by intersect the surface mesh with another mesh, using CGAL
) shown as blue dots as follows:
How to filter a list of (random) vertices by the distance between each of the two neighboring vertices?
Here’s my problem background: I have a surface mesh and I have a list of vertices (these vertices are generated by intersect the surface mesh with another mesh, using CGAL
) shown as blue dots as follows: