Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83792 - in trunk/libs/geometry/doc: . concept
From: barend.gehrels_at_[hidden]
Date: 2013-04-07 11:38:46


Author: barendgehrels
Date: 2013-04-07 11:38:45 EDT (Sun, 07 Apr 2013)
New Revision: 83792
URL: http://svn.boost.org/trac/boost/changeset/83792

Log:
[geometry] Ticket 8393 polygon model doesn't adhere to stated Polygon concept rules, doc updated. Also updated release notes
Text files modified:
   trunk/libs/geometry/doc/concept/polygon.qbk | 4 ++--
   trunk/libs/geometry/doc/release_notes.qbk | 12 +++++++++++-
   2 files changed, 13 insertions(+), 3 deletions(-)

Modified: trunk/libs/geometry/doc/concept/polygon.qbk
==============================================================================
--- trunk/libs/geometry/doc/concept/polygon.qbk (original)
+++ trunk/libs/geometry/doc/concept/polygon.qbk 2013-04-07 11:38:45 EDT (Sun, 07 Apr 2013)
@@ -44,8 +44,8 @@
     but holes are allowed in __boost_geometry__ polygons).
 * If the polygons underlying `ring_type` is defined as clockwise, the exterior
     ring must have the clockwise orientation, and any interior ring must be
- counter clockwise. If the `ring_type` is defined counter clockwise, it is
- vice versa.
+ reversed w.r.t. the defined orientation (so: counter clockwise for clockwise exterior rings).
+ If the `ring_type` is defined counter clockwise, it is vice versa.
 * If the polygons underlying `ring_type` is defined as closed, all rings must be
     closed: the first point must be spatially equal to the last point.
 * The interior is a connected point set.

Modified: trunk/libs/geometry/doc/release_notes.qbk
==============================================================================
--- trunk/libs/geometry/doc/release_notes.qbk (original)
+++ trunk/libs/geometry/doc/release_notes.qbk 2013-04-07 11:38:45 EDT (Sun, 07 Apr 2013)
@@ -4,6 +4,7 @@
   Copyright (c) 2009-2013 Barend Gehrels, Geodan, Amsterdam, the Netherlands.
   Copyright (c) 2009-2013 Mateusz Loskot (mateusz_at_[hidden])
   Copyright (c) 2009-2013 Mateusz Lalande, Paris, France.
+ Copyright (c) 2011-2013 Adam Wulkiewicz
 
   Use, modification and distribution is subject to the Boost Software License,
   Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
@@ -16,13 +17,22 @@
 [heading Boost 1.54]
 [/=================]
 
+[*Additional functionality]
+
+* added Spatial Index, developed for Boost.Geometry by Adam Wulkiewicz. The spatial index was originally started by Federico J. Fernandez during the Google Summer of Code 2008 program, mentored by Hartmut Kaiser.
+
 [*Bugfixes]
 * collinear opposite segments did sometimes (in circles) have a robustness issue, fixed
 
 [*Solved tickets]
 
-* [@https://svn.boost.org/trac/boost/ticket/8254 8254] faulty intersection, fixed
 * [@https://svn.boost.org/trac/boost/ticket/7462 7462] degenerate union result for float, fixed
+* [@https://svn.boost.org/trac/boost/ticket/7465 7465] wrong construtors access type in scale_transformer class, fixed
+* [@https://svn.boost.org/trac/boost/ticket/7802 7802] cart_intersect.hpp unused parameter warnings, fixed
+* [@https://svn.boost.org/trac/boost/ticket/8254 8254] faulty intersection, fixed
+* [@https://svn.boost.org/trac/boost/ticket/8393 8393] polygon model doesn't adhere to stated Polygon concept rules, doc updated.
+* [@https://svn.boost.org/trac/boost/ticket/8403 8403] silenced compiler warning C4127: conditional expression is constant
+* [@https://svn.boost.org/trac/boost/ticket/8405 8405] silenced compiler warning C4189: '...' : local variable is initialized but not referenced
 
 
 [/=================]


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