cgal/Polygon/include/CGAL
Laurent Rineau 9f955e322f Making polygon modification easier
A contribution from a user:
  | Date: Tue, 03 Sep 2013 22:34:20 +0200
  | From: ax487 <ax487@gmx.de>
  | To: cgal-discuss@inria.fr
  | Subject: [cgal-discuss] Suggested patch: Making polygon modification
  |   easier.
  |
  | Hello all,
  |
  | I have been working with polygons now for a while and i noticed that
  | there are some inconveniences regarding the removal of vertices of a
  | polygon: If I remove an iterator from a normal C++ container modeling
  | an ordered sequence, then the method returns an iterator pointing to
  | the next element. This should (?) also be true for the container used
  | in the polygon (at least it is in the case of a std::vector or a
  | std::list).  The attached patch turns this iterator into a
  | Vertex_iterator which can be used in subsequent operations. This change
  | should be downward compatible, so I hope it is possible to include the
  | patch in CGAL.
2013-09-25 15:24:07 +02:00
..
Polygon_2 add global functions bbox_2 and bbox_3 in the Kernel 2013-05-31 19:44:21 +02:00
Polygon_2.h Making polygon modification easier 2013-09-25 15:24:07 +02:00
Polygon_2_algorithms.h add global functions bbox_2 and bbox_3 in the Kernel 2013-05-31 19:44:21 +02:00
Polygon_traits_2.h change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00