Skip to content

Commit ede3eaa

Browse files
authored
Merge branch 'main' into 65-only-topological-constraints
2 parents 5207bfa + 6982248 commit ede3eaa

12 files changed

+3
-3
lines changed

docs/actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ However, in some configurations, flip action can lead to problematic configurati
1818
<img src="img/actions/flip_c_after.png" width="350"/>
1919

2020
* **triangular quad:** This configuration should be avoided, as it results in the creation of a degenerate (flat) triangle. As illustrated in the figures below, flipping dart 0 leads to a flattened face between nodes 2, 0, and 7.
21-
21+
2222
<img src="img/actions/flip_before_tri.png" width="350"/>
2323
<img src="img/actions/flip_after_tri.png" width="350"/>
2424

@@ -101,4 +101,4 @@ The **collapse** action can be decomposed as follows:
101101
* Reassign all darts previously linked to `n1` so they now point to `n3`.
102102
* Link the dart associated with `n3` to an existing node.
103103
* Update the **beta2** relations (`d2`/`d12`, `d112`/`d1112`).
104-
* Recalculate the scores of the affected nodes.
104+
* Recalculate the scores of the affected nodes.

docs/img/actions/collapse.png

15.6 KB
Loading
61.7 KB
Loading
73.8 KB
Loading
43.9 KB
Loading
46.7 KB
Loading

docs/img/actions/flip_c_after.png

47.9 KB
Loading

docs/img/actions/flip_c_bef.png

48.8 KB
Loading

docs/img/actions/split.png

34.4 KB
Loading

docs/img/actions/split_concave.png

35.9 KB
Loading

0 commit comments

Comments
 (0)