mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Removed useless code
This commit is contained in:
@@ -128,16 +128,6 @@ sub encloses_line {
|
||||
}
|
||||
}
|
||||
|
||||
sub point_on_segment {
|
||||
my $self = shift;
|
||||
my ($point) = @_;
|
||||
for (@$self) {
|
||||
my $line = $_->point_on_segment($point);
|
||||
return $line if $line;
|
||||
}
|
||||
return undef;
|
||||
}
|
||||
|
||||
sub bounding_box {
|
||||
my $self = shift;
|
||||
return $self->contour->bounding_box;
|
||||
|
||||
Reference in New Issue
Block a user