Skip to content

make all negative handles invalid, not just -1

Max Lyon requested to merge invalid_handles into master

Since opposite_halfedge_handle for a handle with idx -1 produces a handle with idx -2, it can be helpful to detect handles with -2 as index as invalid as well.

Merge request reports