-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve robustness of mesh/mesh intersection (#286)
* fix: don’t insert duplicate triangles in mesh/mesh intersection * feat: make intersect_meshes_with_tolerances and MeshIntersectionTolerances public * fix some edge-cases of convex polygons intersections + rename its variables for better readability * chore: add docs to the MeshIntersectionError variants * chore: update changelog * feat: switch to a deterministic hashmap in the mesh intersection algorithm * chore: cargo fmt
- Loading branch information
Showing
7 changed files
with
554 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 7 additions & 4 deletions
11
src/transformation/mesh_intersection/mesh_intersection_error.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.