-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tds add function and dimensionality constraints
Tds::add to add one vertex to the triangulation data structure. Set the dimensionality of the Tds using CGAL conventions: -1 if no vertices are present 0 for a single vertex 1 for two vertices (edge) 2 for three vertices (face) Up to D for D+1 vertices or greater Where D is the extrinsic dimensionality (i.e. number of coordinates of a point).
- Loading branch information
1 parent
693a1df
commit 7645f34
Showing
3 changed files
with
96 additions
and
6 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
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