mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-28 17:00:00 +02:00
update doc
This commit is contained in:
@@ -9,6 +9,7 @@ Creates a hamiltonian path from a maze. The path is the result of maze traversal
|
||||
- `rows` : The rows of a maze.
|
||||
- `columns` : The columns of a maze.
|
||||
- `start` : The start point to travel the maze. Default to `[0, 0]`.
|
||||
- `init_cells` : You can define your own initial cell data, a 2-dimension list of `[x, y, type, visited]`. `visited` means the cell is visited or not. A visited cell won't be visited when traveling the maze. If you don't provide `init_cells`, `mz_square` will generate one automatically. If you provide `init_cells`, `rows` and `columns` will be ignored. **Since:** 3.3
|
||||
- `seed` : The maze is traveling randomly. Use `seed` to initialize the pseudorandom number generator.
|
||||
|
||||
## Examples
|
||||
|
Reference in New Issue
Block a user