1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 01:04:07 +02:00

update doc

This commit is contained in:
Justin Lin
2021-03-07 21:18:02 +08:00
parent 52c8e5fc1f
commit 2d6eeb8eea

View File

@@ -4,7 +4,7 @@ This function returns cell data of a theta maze. The data is a two-dimensional l
![mz_theta_cells](images/lib3x-mz_theta_cells-1.JPG)
The value of `type` is the wall type of the cell. It can be `0`, `1`, ``2` or `3`. Setting them to constants is convenient.
The value of `type` is the wall type of the cell. It can be `0`, `1`, `2` or `3`. Setting them to constants is convenient.
NO_WALL = 0; // the cell has no wall
INWARD_WALL = 1; // the cell has an inward wall