1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 02:59:42 +01:00
This commit is contained in:
Justin Lin 2021-03-07 21:14:08 +08:00
parent 22c62be08b
commit 52c8e5fc1f
2 changed files with 11 additions and 1 deletions

View File

@ -268,5 +268,5 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp
- [maze/mz_hex_walls](https://openhome.cc/eGossip/OpenSCAD/lib3x-mz_hex_walls.html)
- [maze/mz_square_initialize](https://openhome.cc/eGossip/OpenSCAD/lib3x-mz_square_initialize.html)
- [maze/mz_hamiltonian](https://openhome.cc/eGossip/OpenSCAD/lib3x-mz_hamiltonian.html)
- `maze/mz_theta_cells`
- [maze/mz_theta_cells](https://openhome.cc/eGossip/OpenSCAD/lib3x-mz_theta_cells.html)
- `maze/mz_theta_get`

View File

@ -1,3 +1,13 @@
/**
* mz_hex_walls.scad
*
* @copyright Justin Lin, 2020
* @license https://opensource.org/licenses/lgpl-3.0.html
*
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-mz_theta_cells.html
*
**/
use <_impl/_mz_theta_cells.scad>;
function mz_theta_cells(rows, beginning_number, start = [0, 0], seed) =