1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00
This commit is contained in:
Justin Lin
2020-03-20 13:04:23 +08:00
parent 59519a8c6a
commit d2c22e655e

View File

@@ -1,7 +1,7 @@
use <experimental/_impl/_marching_squares_impl.scad>;
function marching_squares(pts, sigma) =
let(labeled_pts = pn_label(pts, sigma))
function marching_squares(points, sigma) =
let(labeled_pts = pn_label(points, sigma))
[
for(y = [0:len(labeled_pts) - 2])
[