mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Incomplete work for porting BoundingBox to XS
This commit is contained in:
@@ -33,14 +33,6 @@ sub new_from_bb {
|
||||
]);
|
||||
}
|
||||
|
||||
# 3D
|
||||
sub new_from_points_3D {
|
||||
my $class = shift;
|
||||
my ($points) = @_;
|
||||
|
||||
return $class->new(extents => [ Slic3r::Geometry::bounding_box_3D($points) ]);
|
||||
}
|
||||
|
||||
sub merge {
|
||||
my $class = shift;
|
||||
my (@bounding_boxes) = @_;
|
||||
|
||||
Reference in New Issue
Block a user