mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-14 02:34:12 +02:00
update
This commit is contained in:
@@ -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) =
|
||||
|
Reference in New Issue
Block a user