-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
factorize a paragraph to an \include[doc]
- Loading branch information
Showing
3 changed files
with
26 additions
and
46 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...angulation_3/doc/Constrained_triangulation_3/doc_fragments/CDT_3_description_of_input.dox
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
The input data (polygon mesh or polygon soup) represents the polygonal constraints enforced | ||
during the triangulation process. | ||
|
||
By default, each face of the input is considered a polygonal constraint for the triangulation. The | ||
named parameter `face_patch_map` can be used to describe larger polygonal constraints, possibly with holes. If | ||
used, this parameter must be a property map that associates each face of the input with a patch | ||
identifier. Faces with the same patch identifier are considered part of the same surface patch. Each of these | ||
surface patches (defined as the union of the input faces with a given patch identifier) is expected to be a polygon or a | ||
polygon with holes, with coplanar vertices (or nearly coplanar up to the precision of the number type used). | ||
|
||
The generated triangulation will conform to the faces of the input or to the surface patches | ||
described by the `face_patch_map` property map if provided. |
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