mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-10 03:39:08 +08:00
clean use XXX
This commit is contained in:
parent
69a92c10f0
commit
fdbd62e62d
@ -657,7 +657,7 @@ sub _line_intersection2 {
|
|||||||
# 2D
|
# 2D
|
||||||
sub bounding_box {
|
sub bounding_box {
|
||||||
my ($points) = @_;
|
my ($points) = @_;
|
||||||
use XXX; ZZZ "not" if ref($points->[0]) eq 'ARRAY';
|
|
||||||
my @x = map $_->x, @$points;
|
my @x = map $_->x, @$points;
|
||||||
my @y = map $_->y, @$points; #,,
|
my @y = map $_->y, @$points; #,,
|
||||||
my @bb = (undef, undef, undef, undef);
|
my @bb = (undef, undef, undef, undef);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user