"seen from" is better than "viewed from", is not it?

This commit is contained in:
Laurent Rineau 2010-11-23 14:44:33 +00:00
parent 7d976bef08
commit de25e12e8b
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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$.}

View File

@ -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}

View File

@ -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}