mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 01:04:07 +02:00
add impl
This commit is contained in:
2
src/experimental/_impl/_convex_center_p_impl.scad
Normal file
2
src/experimental/_impl/_convex_center_p_impl.scad
Normal file
@@ -0,0 +1,2 @@
|
||||
function _sum(lt, leng, i = 0) =
|
||||
i == leng ? [0, 0] : lt[i] + _sum(lt, leng, i + 1);
|
Reference in New Issue
Block a user