Garbage123King
Garbage123King
Try not to make project name Chinese, like 未命名
it's the same after the changes ``` #include typedef CGAL::Exact_predicates_exact_constructions_kernel K; ``` terminate called after throwing an instance of 'CGAL::Assertion_exception' what(): CGAL ERROR: assertion violation! Expr: sl_iter != m_statusLine.end() File:...
I somehow simplified the numbers of the test case, hoping it helps. ``` // main.cpp #include #include #include #include typedef CGAL::Exact_predicates_exact_constructions_kernel K; typedef CGAL::Polygon_2 Polygon_2; typedef CGAL::Polygon_with_holes_2 Polygon_with_holes_2; int main()...
> P contains only 2 points so it's not a valid polygon. I don't know, but it's how SFCGAL use to calculate the minkowski_sum of linestring and polygon, it makes...
I believe I find it has problem with _convolution_cycle() in Minkowski_sum_conv_2.h It can't simplify the circle completely I will submit a commit to fix this. before: ``` antenna equal check:...