mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Port offset_ex() and offset2_ex() to XS
This commit is contained in:
@@ -35,7 +35,7 @@ sub group {
|
||||
|
||||
sub offset {
|
||||
my $self = shift;
|
||||
return map $self->clone(expolygon => $_), $self->expolygon->offset_ex(@_);
|
||||
return map $self->clone(expolygon => $_), @{$self->expolygon->offset_ex(@_)};
|
||||
}
|
||||
|
||||
sub simplify {
|
||||
|
||||
Reference in New Issue
Block a user