Update polygon in library list.

[SVN r84061]
This commit is contained in:
Daniel James 2013-04-28 10:46:07 +00:00
parent c7a10f7745
commit 5c84bb1fb0

View file

@ -250,8 +250,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> - 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="pool/doc/html/index.html">pool</a> - Memory pool management, from
Steve Cleary.</li>
<li><a href="preprocessor/doc/index.html">preprocessor</a> - Preprocessor
@ -381,6 +382,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>
@ -498,6 +502,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>
@ -721,8 +728,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,