[buffer][fix] fix errors in multi_point cases

by using side_of_intersection in point_piece
This commit is contained in:
Barend Gehrels
2015-05-05 16:01:08 +02:00
parent 01d324288b
commit c5ef4f912d
2 changed files with 33 additions and 7 deletions

View File

@@ -80,10 +80,6 @@ void test_all()
template <typename P>
void test_many_points_per_circle()
{
#if defined(BOOST_GEOMETRY_BUFFER_USE_SIDE_OF_INTERSECTION)
// These tests still fail for the new approach
return;
#endif
// Tests for large distances / many points in circles.
// Before Boost 1.58, this would (seem to) hang. It is solved by using monotonic sections in get_turns for buffer
// This is more time consuming, only calculate this for counter clockwise