mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-29 09:10:57 +02:00
Fixes for extrude_path2d()
This commit is contained in:
@@ -1001,8 +1001,7 @@ function triplet(list, wrap=false) =
|
||||
if(wrap) [list[L-1], list[0], list[1]],
|
||||
for (i=[0:1:L-3]) [list[i],list[i+1],list[i+2]],
|
||||
if(wrap) [list[L-2], list[L-1], list[0]]
|
||||
];
|
||||
|
||||
];
|
||||
|
||||
|
||||
// Function: combinations()
|
||||
|
Reference in New Issue
Block a user