mirror of https://github.com/CGAL/cgal
Precise comment
This commit is contained in:
parent
07b9587eae
commit
f4653e21a7
|
|
@ -108,7 +108,7 @@ public:
|
||||||
Vertices_incident_to_edge incident_vertices(const Edge_descriptor& e) const;
|
Vertices_incident_to_edge incident_vertices(const Edge_descriptor& e) const;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
returns all the cells incident to the edge `e`.
|
returns all the cells incident to the edge `e`, in a geometrically ordered manner around the edge.
|
||||||
*/
|
*/
|
||||||
Cells_incident_to_edge incident_cells(const Edge_descriptor& e) const;
|
Cells_incident_to_edge incident_cells(const Edge_descriptor& e) const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue