It was wrong that Polygon_2<..>::edge returns a const Segment&. It returns a copy

This commit is contained in:
Andreas Fabri 2010-10-11 11:54:16 +00:00
parent 5b22e449e0
commit e071616ca7
1 changed files with 1 additions and 1 deletions

View File

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