mirror of https://github.com/CGAL/cgal
Fix typo (invert x and y)
This commit is contained in:
parent
d2fc6f7fe3
commit
9df389de9c
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue