[Boost-bugs] [Boost C++ Libraries] #10770: Buffer fails for large distances

Subject: [Boost-bugs] [Boost C++ Libraries] #10770: Buffer fails for large distances
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-11-08 10:56:06


#10770: Buffer fails for large distances
------------------------------+---------------------------
 Reporter: barendgehrels | Owner: barendgehrels
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: geometry
  Version: Boost 1.57.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------
 As reported by Grzegorz

 See
 boost.2283326.n4.nabble.com/boost-geometry-buffer-distance-strategies-
 tp4668469p4668825.html


 By the way, I was playing with different strategies combinations and I
 found out that when using only boost buffer strategies:

         double points_per_circle = 36;
         double distance = 130;
         bg::strategy::buffer::distance_symmetric<double>
 distance_strategy(distance);
 bg::strategy::buffer::end_flat end_strategy;
 bg::strategy::buffer::point_circle point_strat(points_per_circle);
 bg::strategy::buffer::side_straight sideStrat;
 bg::strategy::buffer::join_round joinStrat(points_per_circle);

 the buffer function can still fail (produce no output) when the distance
 is higher than 128 (e.g, 128, 130, 150, 300, 400). But this happens up to
 a certain value, where the buffer function starts producing a correct
 output (e.g., distances 900, 1000).

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10770>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC