mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
rename
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
use <experimental/_impl/_marching_squares_impl.scad>;
|
use <experimental/_impl/_marching_squares_impl.scad>;
|
||||||
|
|
||||||
function marching_squares(pts, sigma) =
|
function marching_squares(points, sigma) =
|
||||||
let(labeled_pts = pn_label(pts, sigma))
|
let(labeled_pts = pn_label(points, sigma))
|
||||||
[
|
[
|
||||||
for(y = [0:len(labeled_pts) - 2])
|
for(y = [0:len(labeled_pts) - 2])
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user