We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ccf2d commit ec8996aCopy full SHA for ec8996a
src/straight_skeleton_2.cpp
@@ -19,7 +19,6 @@ Edges pmp_create_interior_straight_skeleton(
19
{
20
poly.push_back(Point(V(i, 0), V(i, 1)));
21
}
22
- assert(poly.is_counterclockwise_oriented());
23
SsPtr iss = CGAL::create_interior_straight_skeleton_2(poly.vertices_begin(), poly.vertices_end());
24
Edges edgelist;
25
for(auto hit = iss->halfedges_begin(); hit != iss->halfedges_end(); ++hit){
0 commit comments