Просмотр исходного кода

Merge polygon update to libraries.htm

[SVN r84306]
Daniel James 13 лет назад
Родитель
Сommit
0034107fbd
1 измененных файлов с 12 добавлено и 5 удалено
  1. 12 5
      libs/libraries.htm

+ 12 - 5
libs/libraries.htm

@@ -246,9 +246,9 @@ how to download, build, and install the libraries.</p>
     <li><a href="ptr_container/index.html">pointer container</a>
     - Containers for storing heap-allocated polymorphic objects to ease
       OO-programming, from Thorsten Ottosen. </li>
-    <li><a href="polygon/index.html">polygon</a> - Voronoi diagram construction and
-     booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates,
-     from Lucanus Simonson, Andrii Sydorchuk.</li>
+    <li><a href="polygon/index.html">polygon</a> - Voronoi diagram construction
+      and booleans/clipping, resizing/offsetting and more for planar polygons
+      with integral coordinates, from Lucanus Simonson, Andrii Sydorchuk.</li>
     <li><a href="pool/doc/html/index.html">pool</a> - Memory pool management, from
       Steve Cleary.</li>
     <li><a href="preprocessor/doc/index.html">preprocessor</a> - Preprocessor
@@ -376,6 +376,9 @@ how to download, build, and install the libraries.</p>
     <li><a href="algorithm/minmax/index.html">minmax</a> - standard library
         extensions for simultaneous min/max and min/max element computations,
         from Herv&eacute; Br&ouml;nnimann.</li>
+    <li><a href="polygon/index.html">polygon</a> - Voronoi diagram construction
+        and booleans/clipping, resizing/offsetting and more for planar polygons
+        with integral coordinates, from Lucanus Simonson, Andrii Sydorchuk.</li>
     <li><a href="range/index.html">range</a> - A new infrastructure
         for generic algorithms that builds on top
         of the new iterator concepts, from Thorsten Ottosen.</li>
@@ -493,6 +496,9 @@ how to download, build, and install the libraries.</p>
     wrapper for optional values, from Fernando Cacciola.</li>
     <li><a href="ptr_container/index.html">pointer container</a>
     - Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
+    <li><a href="polygon/index.html">polygon</a> - Voronoi diagram construction
+        and booleans/clipping, resizing/offsetting and more for planar polygons
+        with integral coordinates, from Lucanus Simonson, Andrii Sydorchuk.</li>
     <li><a href="property_tree/index.html">property tree</a> - A tree data
         structure especially suited to storing configuration data, from Marcin
         Kalicinski and Sebastian Redl.</li>
@@ -712,8 +718,9 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
     <li><a href="utility/operators.htm">operators</a> - Templates
         ease arithmetic classes and iterators, from Dave Abrahams
         and Jeremy Siek.</li>
-    <li><a href="polygon/index.html">polygon</a> - Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from
-      Lucanus Simonson.</li>
+    <li><a href="polygon/index.html">polygon</a> - Voronoi diagram construction
+      and booleans/clipping, resizing/offsetting and more for planar polygons
+      with integral coordinates, from Lucanus Simonson, Andrii Sydorchuk.</li>
     <li><a href="random/index.html">random</a> - A complete
         system for random number generation, from Jens Maurer.</li>
     <li><a href="ratio/index.html">ratio</a> - A compile time ratio arithmetic,

粤ICP备19079148号