We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11598b2 commit 2633d4eCopy full SHA for 2633d4e
src/straight_skeleton_2.cpp
@@ -15,6 +15,8 @@ typedef CGAL::Straight_skeleton_2<K> Ss;
15
typedef boost::shared_ptr<Ss> SsPtr;
16
typedef CGAL::Straight_skeleton_2<K>::Halfedge_const_handle Halfedge_const_handle;
17
typedef CGAL::Straight_skeleton_2<K>::Vertex_const_handle Vertex_const_handle;
18
+typedef boost::shared_ptr<Polygon_2> PolygonPtr;
19
+typedef std::vector<PolygonPtr> PolygonPtrVector;
20
21
compas::Edges pmp_create_interior_straight_skeleton(
22
Eigen::Ref<const compas::RowMatrixXd> &V)
0 commit comments