If the distance to the edge (v0, v1) is less than "min_dist", then updates "min_dist" and returns true. Otherwise returns false.
See Implementation
If the distance to the edge (v0, v1) is less than "min_dist", then updates "min_dist" and returns true. Otherwise returns false.