mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-03-14 02:59:42 +01:00
update
This commit is contained in:
parent
22c62be08b
commit
52c8e5fc1f
@ -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`
|
@ -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) =
|
||||
|
Loading…
x
Reference in New Issue
Block a user