Skip to content
Snippets Groups Projects
Commit 336cb0df authored by orestis.malaspin's avatar orestis.malaspin
Browse files

Update delaunay.md (correction erreur retrait points super triangle)

parent 1f496dc6
Branches
No related tags found
No related merge requests found
Pipeline #9395 failed
......@@ -134,6 +134,7 @@ void bowyer_watson(vec_points *points, vec_triangle *triangles) {
t = form_triangle_from_edge_and_point(arete, p);
vector_push(triangles, t);
}
}
// on retire les points du super triangle
pour chaque t dans triangles {
......@@ -142,7 +143,6 @@ void bowyer_watson(vec_points *points, vec_triangle *triangles) {
}
}
}
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment