mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-15 03:05:41 +02:00
rename
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
use <_impl/_mz_theta_cells.scad>;
|
use <_impl/_mz_theta_cells.scad>;
|
||||||
|
|
||||||
function mz_theta_cells(rows, begining_olumns, divided_ratio = 1.5, seed) =
|
function mz_theta_cells(rows, begining_columns, divided_ratio = 1.5, seed) =
|
||||||
let(
|
let(
|
||||||
before_traveled = config_nbrs(init_theta_maze(rows, begining_olumns, divided_ratio)),
|
before_traveled = config_nbrs(init_theta_maze(rows, begining_columns, divided_ratio)),
|
||||||
start = set_visited(before_traveled[0][0])
|
start = set_visited(before_traveled[0][0])
|
||||||
)
|
)
|
||||||
backtracker(
|
backtracker(
|
||||||
|
Reference in New Issue
Block a user