mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Incomplete work for using Boost.Polygon to compute medial axis
This commit is contained in:
@@ -46,7 +46,7 @@ sub bounding_box {
|
||||
# this method only works for expolygons having only a contour or
|
||||
# a contour and a hole, and not being thicker than the supplied
|
||||
# width. it returns a polyline or a polygon
|
||||
sub medial_axis {
|
||||
sub ___medial_axis {
|
||||
my ($self, $width) = @_;
|
||||
return $self->_medial_axis_voronoi($width);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user