From 9df389de9c5afd3a0ce7ab89f326f58654cf724f Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 5 Jan 2012 14:29:23 +0000 Subject: [PATCH] Fix typo (invert x and y) --- Polygon/doc_tex/Polygon_ref/Polygon_2.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Polygon/doc_tex/Polygon_ref/Polygon_2.tex b/Polygon/doc_tex/Polygon_ref/Polygon_2.tex index 2ff15c20442..5ef5d469afe 100644 --- a/Polygon/doc_tex/Polygon_ref/Polygon_2.tex +++ b/Polygon/doc_tex/Polygon_ref/Polygon_2.tex @@ -185,19 +185,19 @@ circulators and iterators that allow to traverse the vertices and edges. \ccMethod{Vertex_iterator left_vertex();} { Returns the leftmost vertex of the polygon \ccVar\ with the smallest - \ccStyle{y}-coordinate. } + \ccStyle{x}-coordinate. } \ccMethod{Vertex_iterator right_vertex();} { Returns the rightmost vertex of the polygon \ccVar\ with the largest - \ccStyle{y}-coordinate. } + \ccStyle{x}-coordinate. } \ccMethod{Vertex_iterator top_vertex();} { Returns topmost vertex of the polygon \ccVar\ with the largest - \ccStyle{x}-coordinate. } + \ccStyle{y}-coordinate. } \ccMethod{Vertex_iterator bottom_vertex();} { Returns the bottommost vertex of the polygon \ccVar\ with the smallest - \ccStyle{x}-coordinate. } + \ccStyle{y}-coordinate. } For convenience we provide the following Boolean functions: \ccThree{Segment_2}{}{\hspace*{10cm}}