mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 22:28:16 +01:00
refactor
This commit is contained in:
parent
b7bc803849
commit
5e289d6442
@ -10,9 +10,8 @@ function _convex_intersection_for_impl(shapes, pre, leng, i = 2) =
|
||||
);
|
||||
|
||||
function _convex_intersection_for(shapes) =
|
||||
let(leng = len(shapes))
|
||||
_convex_intersection_for_impl(
|
||||
shapes,
|
||||
_convex_intersection(shapes[0], shapes[1]),
|
||||
leng
|
||||
len(shapes)
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user