Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69617 - branches/release/libs/polygon/doc
From: lucanus.j.simonson_at_[hidden]
Date: 2011-03-06 20:31:27


Author: ljsimons
Date: 2011-03-06 20:31:26 EST (Sun, 06 Mar 2011)
New Revision: 69617
URL: http://svn.boost.org/trac/boost/changeset/69617

Log:
removed reference to 45-degree booleans optimization
Text files modified:
   branches/release/libs/polygon/doc/gtl_polygon_set_concept.htm | 13 ++++---------
   1 files changed, 4 insertions(+), 9 deletions(-)

Modified: branches/release/libs/polygon/doc/gtl_polygon_set_concept.htm
==============================================================================
--- branches/release/libs/polygon/doc/gtl_polygon_set_concept.htm (original)
+++ branches/release/libs/polygon/doc/gtl_polygon_set_concept.htm 2011-03-06 20:31:26 EST (Sun, 06 Mar 2011)
@@ -69,14 +69,9 @@
 coordinates, but a snap rounding distance of one integer unit will still be
 applied, furthermore, geometry outside the domain where one integer unit is
 sufficient to provide robustness may lead to undefined behavior in algorithms. 
-It is recommended to use integer coordinates for robust operations.  In the
-case that data represented contains only Manhattan geometry a runtime check will
-default to the Manhattan algorithm.  The results of which are identical to
-what the general algorithm would do, but obtained more efficiently.  In the
-case that the data represented contains only Manhattan and 45-degree geometry a
-runtime check will default to the faster 45-degree algorithm.  The results
-of which may differ slight from what the general algorithm would do because
-non-integer intersections will be handled differently.</font><p>Users are recommended to use std::vector and std::list of user defined polygons
+It is recommended to use 32-bit integer coordinates for robust operations.
+
+</font><p>Users are recommended to use std::vector and std::list of user defined polygons
 or library provided polygon_set_data&lt;coordinate_type&gt; objects.&nbsp; Lists
 and vectors of models of polygon_concept or polygon_with_holes_concept are automatically models of polygon_set_concept.</p>
 <p>Example code custom_polygon_set.cpp
@@ -648,4 +643,4 @@
                 </tr>
 </table>
 
-</html>
\ No newline at end of file
+</html>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk