mirror of https://github.com/CGAL/cgal
It was wrong that Polygon_2<..>::edge returns a const Segment&. It returns a copy
This commit is contained in:
parent
5b22e449e0
commit
e071616ca7
|
|
@ -242,7 +242,7 @@ These methods are only available for random access containers.
|
||||||
{ Returns a (const) reference to the $i$-th vertex. }
|
{ Returns a (const) reference to the $i$-th vertex. }
|
||||||
|
|
||||||
\ccMethod{Segment_2 edge(std::size_t i) const;}
|
\ccMethod{Segment_2 edge(std::size_t i) const;}
|
||||||
{ Returns a const reference to the $i$-th edge. }
|
{ Returns the $i$-th edge. }
|
||||||
|
|
||||||
\ccHeading{Miscellaneous}
|
\ccHeading{Miscellaneous}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue