-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mesh: Compute mesh vertex positions during analysis.
This is not currently used, but I believe it will be necessary for eventually fixing T-junctions, and it should currently compile to nothing (when visualization is not enabled). We will probably need to further refine this to include the directions of edges, so that 2D polygon connectivity can be obtained; presuming that the solution to T-junctions looks like using a conventional polygon triangulation algorithm.
- Loading branch information
Showing
2 changed files
with
85 additions
and
15 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