mirror of https://github.com/CGAL/cgal
fixed confusing "that is" in the doc of the tags
This commit is contained in:
parent
e8b2034bb2
commit
182f9095d3
|
|
@ -48,16 +48,16 @@ public:
|
|||
|
||||
/*!
|
||||
Tag identifying whether general polygons (with holes) are supported (either \ref CGAL::Tag_true or \ref CGAL::Tag_false).
|
||||
That is, the polygon is represented by a face \f$ f \f$ with no
|
||||
A general polygon is represented by a face \f$ f \f$ with no
|
||||
isolated vertex and any edge of \f$ f \f$ separates \f$ f \f$ from another face.
|
||||
Note that this allows \f$ f \f$ to touch a vertex from several sides.
|
||||
*/
|
||||
typedef unspecified_type Supports_general_polygon_tag;
|
||||
|
||||
/*!
|
||||
Tag identifying whether general simple polygons are supported (either \ref CGAL::Tag_true or \ref CGAL::Tag_false).
|
||||
Tag identifying whether simple polygons are supported (either \ref CGAL::Tag_true or \ref CGAL::Tag_false).
|
||||
|
||||
That is, the polygon is represented by a face \f$ f \f$ with no holes,
|
||||
A simple polygon is represented by a face \f$ f \f$ with no holes,
|
||||
no isolated vertex and any edge of \f$ f \f$ separates \f$ f \f$ from another face.
|
||||
Note that this allows \f$ f \f$ to touch a vertex from several sides.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue