Skip to content

Commit 11598b2

Browse files
committed
Merge branch 'main' into feature/straight_skeleton_2_offsert
2 parents 5fa634b + 7a232fe commit 11598b2

File tree

3 files changed

+1
-38
lines changed

3 files changed

+1
-38
lines changed

docs/examples/straight_skeleton_offset.py

-36
This file was deleted.

src/straight_skeleton_2.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ typedef CGAL::Straight_skeleton_2<K> Ss;
1515
typedef boost::shared_ptr<Ss> SsPtr;
1616
typedef CGAL::Straight_skeleton_2<K>::Halfedge_const_handle Halfedge_const_handle;
1717
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;
2018

2119
compas::Edges pmp_create_interior_straight_skeleton(
2220
Eigen::Ref<const compas::RowMatrixXd> &V)

src/straight_skeleton_2.h

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
compas::Edges pmp_create_interior_straight_skeleton(
88
Eigen::Ref<const compas::RowMatrixXd> &V);
99

10+
1011
compas::Edges pmp_create_interior_straight_skeleton_with_holes(
1112
Eigen::Ref<const compas::RowMatrixXd> &V,
1213
std::vector<Eigen::Ref<const compas::RowMatrixXd>> &holes);

0 commit comments

Comments
 (0)