mirror of https://github.com/CGAL/cgal
"seen from" is better than "viewed from", is not it?
This commit is contained in:
parent
7d976bef08
commit
de25e12e8b
|
|
@ -277,7 +277,7 @@ and the circulator begins with the face
|
|||
|
||||
\ccMethod{int mirror_index(Face_handle f, int i) const;}{returns the index of \ccc{f} as a neighbor of \ccc{f->neighbor(i)}.}
|
||||
|
||||
\ccMethod{Edge mirror_edge(Edge e) const;}{returns the same edge viewed from the other adjacent face.}
|
||||
\ccMethod{Edge mirror_edge(Edge e) const;}{returns the same edge seen from the other adjacent face.}
|
||||
|
||||
\ccHeading{Modifiers}
|
||||
The following modifier member functions guarantee
|
||||
|
|
|
|||
|
|
@ -868,7 +868,7 @@ a clockwise traversal of the convex hull.
|
|||
\ccPrecond $0\leq i \leq 2$.}
|
||||
|
||||
\ccMethod{Edge mirror_edge(Edge e) const;}
|
||||
{returns the same edge viewed from the other adjacent face.
|
||||
{returns the same edge seen from the other adjacent face.
|
||||
\ccPrecond $0\leq i \leq 2$.}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -679,7 +679,7 @@ nothing. Returns the resulting output iterator.
|
|||
\ccPrecond{$i \in \{0, 1, 2, 3\}$.}}
|
||||
\ccGlue
|
||||
\ccMethod{Facet mirror_facet(Facet f) const;}
|
||||
{Returns the same facet viewed from the other adjacent cell.}
|
||||
{Returns the same facet seen from the other adjacent cell.}
|
||||
|
||||
|
||||
\begin{ccDebug}
|
||||
|
|
|
|||
|
|
@ -987,7 +987,7 @@ The infinite vertex is counted.
|
|||
\ccPrecond{$i \in \{0, 1, 2, 3\}$.}}
|
||||
\ccGlue
|
||||
\ccMethod{Facet mirror_facet(Facet f) const;}
|
||||
{Returns the same facet viewed from the other adjacent cell.}
|
||||
{Returns the same facet seen from the other adjacent cell.}
|
||||
|
||||
\begin{ccDebug}
|
||||
\ccHeading{Checking}
|
||||
|
|
|
|||
Loading…
Reference in New Issue