summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorAndrii Sydorchuk <sydorchuk.andriy@gmail.com>2012-09-16 22:48:03 +0000
committerAndrii Sydorchuk <sydorchuk.andriy@gmail.com>2012-09-16 22:48:03 +0000
commitef2f8f6c8a2706bca9da532bac6e15c19880fa83 (patch)
treea5727455d207bc5e7385e0e5f38ddd28c1a05537 /libs/libraries.htm
parent0a9ce9974ebb3296c8456c7425a1ae7cb5b4622a (diff)
downloadboost-ef2f8f6c8a2706bca9da532bac6e15c19880fa83.tar.gz
Polygon: merge from trunk. New functionality: Voronoi diagram, segment concept, segment utils.
[SVN r80546]
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 8a8406afe8..1dad927176 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -241,8 +241,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