[geometry] merge of Boost.Geometry into release branch

[SVN r84242]
This commit is contained in:
Barend Gehrels
2013-05-12 10:58:26 +00:00
parent ab7f6c110b
commit 485923d149
198 changed files with 9808 additions and 766 deletions

View File

@@ -249,6 +249,19 @@ void test_all()
1, 5, 1,
1, 5, 1);
test_one<polygon, polygon, polygon>("buffer_mp1",
buffer_mp1[0], buffer_mp1[1],
1, 61, 10.2717,
1, 61, 10.2717);
if (boost::is_same<ct, double>::value)
{
test_one<polygon, polygon, polygon>("buffer_mp2",
buffer_mp2[0], buffer_mp2[1],
1, 92, 12.09857,
1, 157, 24.19787);
}
/*** TODO: self-tangencies for difference
test_one<polygon, polygon, polygon>("wrapped_a",
wrapped[0], wrapped[1],