Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solvespace/solvespace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b208cd8cae13
Choose a base ref
...
head repository: solvespace/solvespace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d8f5a8da32b4
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 8, 2020

  1. Copy the full SHA
    0413c1b View commit details
  2. Fix #693 issues.

    This set of changes covers all triangulation errors in issue 693. A point coincident with a triangle vertex is OK and needed for bridges, but sometimes the middle point has edges cutting through the triangle that make it a non-ear. We fix that and a couple of off-by-one error (that fixes one of the test cases).
    phkahler committed Sep 8, 2020
    Copy the full SHA
    7052496 View commit details
  3. Fix issue #296.

    We need to recognize two consecutive bridges as a non-ear.
    phkahler committed Sep 8, 2020
    Copy the full SHA
    d8f5a8d View commit details
Loading