From de25e12e8b83dfb7d35eddabfe3de33bb80bd23a Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 23 Nov 2010 14:44:33 +0000 Subject: [PATCH] "seen from" is better than "viewed from", is not it? --- .../doc_tex/TDS_2_ref/TriangulationDataStructure_2.tex | 2 +- Triangulation_2/doc_tex/Triangulation_2_ref/Triangulation_2.tex | 2 +- .../TriangulationDS_3_ref/TriangulationDataStructure_3.tex | 2 +- Triangulation_3/doc_tex/Triangulation_3_ref/Triangulation_3.tex | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Triangulation_2/doc_tex/TDS_2_ref/TriangulationDataStructure_2.tex b/Triangulation_2/doc_tex/TDS_2_ref/TriangulationDataStructure_2.tex index 0b79bf2434c..c409fb99365 100644 --- a/Triangulation_2/doc_tex/TDS_2_ref/TriangulationDataStructure_2.tex +++ b/Triangulation_2/doc_tex/TDS_2_ref/TriangulationDataStructure_2.tex @@ -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 diff --git a/Triangulation_2/doc_tex/Triangulation_2_ref/Triangulation_2.tex b/Triangulation_2/doc_tex/Triangulation_2_ref/Triangulation_2.tex index af42fed168a..3d52e494173 100644 --- a/Triangulation_2/doc_tex/Triangulation_2_ref/Triangulation_2.tex +++ b/Triangulation_2/doc_tex/Triangulation_2_ref/Triangulation_2.tex @@ -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$.} diff --git a/Triangulation_3/doc_tex/TriangulationDS_3_ref/TriangulationDataStructure_3.tex b/Triangulation_3/doc_tex/TriangulationDS_3_ref/TriangulationDataStructure_3.tex index ee8ac482b4e..fbd6775295e 100644 --- a/Triangulation_3/doc_tex/TriangulationDS_3_ref/TriangulationDataStructure_3.tex +++ b/Triangulation_3/doc_tex/TriangulationDS_3_ref/TriangulationDataStructure_3.tex @@ -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} diff --git a/Triangulation_3/doc_tex/Triangulation_3_ref/Triangulation_3.tex b/Triangulation_3/doc_tex/Triangulation_3_ref/Triangulation_3.tex index 41112f3d823..3a8cf725478 100644 --- a/Triangulation_3/doc_tex/Triangulation_3_ref/Triangulation_3.tex +++ b/Triangulation_3/doc_tex/Triangulation_3_ref/Triangulation_3.tex @@ -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}