mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-14 05:24:18 +02:00
bugfix
This commit is contained in:
@@ -1130,7 +1130,7 @@ function rotate_sweep(
|
||||
) :
|
||||
let(
|
||||
region = !is_path(shape) || closed ? region
|
||||
: [deduplicate([[0,shape[0].y], each regionshape, [0,last(shape).y]])],
|
||||
: [deduplicate([[0,shape[0].y], each shape, [0,last(shape).y]])],
|
||||
steps = ceil(segs(max_x) * angle / 360) + (angle<360? 1 : 0),
|
||||
skmat = down(min_y) * skew(sxz=shift.x/h, syz=shift.y/h) * up(min_y),
|
||||
transforms = [
|
||||
|
Reference in New Issue
Block a user