mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 16:26:42 +02:00
rect: whitespace fixes
This commit is contained in:
@@ -154,6 +154,8 @@ module rect(size=1, rounding=0, atype="box", chamfer=0, anchor=CENTER, spin=0, c
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function rect(size=1, rounding=0, chamfer=0, atype="box", anchor=CENTER, spin=0, _return_override, cswap = [0,0,0,0]) =
|
function rect(size=1, rounding=0, chamfer=0, atype="box", anchor=CENTER, spin=0, _return_override, cswap = [0,0,0,0]) =
|
||||||
assert(is_num(size) || is_vector(size,2))
|
assert(is_num(size) || is_vector(size,2))
|
||||||
assert(is_num(chamfer) || is_vector(chamfer,4))
|
assert(is_num(chamfer) || is_vector(chamfer,4))
|
||||||
|
Reference in New Issue
Block a user