Releases
v3.3
Deprecated
Util
Matrix
Triangle
Point Picking
Signature
Description
pp/pp_disk (radius, value_count[, seed])
generate random points over a disk.
pp/pp_sphere (radius, value_count[, seed])
pick random points on the surface of a sphere.
pp/pp_poisson2 (size, r[, start, k, seed])
perform poisson sampling over a rectangle area.
pp/pp_poisson3 (size, r[, start, k, seed])
perform poisson sampling over a cube space.
Maze
Signature
Description
maze/mz_square ([rows, columns, start, init_cells, x_wrapping, y_wrapping, seed])
return cell data of a square maze.
maze/mz_squarewalls (cells, cell_width[, left_border, bottom_border])
a helper for creating square wall data from maze cells.
maze/mz_hexwalls (cells, cell_radius[, left_border, bottom_border])
a helper for creating hex wall data from maze cells.
maze/mz_theta (rings, beginning_number[, start, seed])
return cell data of a theta maze.
maze/mz_tiles (cells[, left_border, bottom_border])
turn maze cells into tiles.
You can’t perform that action at this time.