Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#37 Fix bug in "is flip needed" test (isFlipNeeded)
Previously flip was rejected only if both vertices of flip-candidate belong to the super-tri. The change rejects the flip if at least one vertex belongs to super-tri and original edge does not touch super-tri. If both original edge and flipped edge touch super-tri: use normal circumference test as a tie-breaker.
- Loading branch information