mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
Adopt XS containers everywhere (incomplete work)
This commit is contained in:
parent
339ba9e5c3
commit
9b582a11ff
30 changed files with 130 additions and 311 deletions
|
|
@ -152,7 +152,7 @@ sub extrude_loop {
|
|||
my ($loop, $description) = @_;
|
||||
|
||||
# extrude all loops ccw
|
||||
my $polygon = $loop->as_polygon;
|
||||
my $polygon = $loop->polygon;
|
||||
my $was_clockwise = $polygon->make_counter_clockwise;
|
||||
|
||||
# find candidate starting points
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue