Uses of Package
mazealgo.model.algorithms.maze3D
Packages that use mazealgo.model.algorithms.maze3D
-
Classes in mazealgo.model.algorithms.maze3D used by mazealgo.model.algorithms.maze3DClassDescriptionBase class for 3D maze generators.A 3D maze generation algorithm.A 3D maze: an int cube where 1 is a wall and 0 is a passable cell, with a start position and a goal position.A depth/row/column position inside a Maze3D.
-
Classes in mazealgo.model.algorithms.maze3D used by mazealgo.viewClassDescriptionA 3D maze: an int cube where 1 is a wall and 0 is a passable cell, with a start position and a goal position.
-
Classes in mazealgo.model.algorithms.maze3D used by mazealgo.viewmodelClassDescriptionA 3D maze: an int cube where 1 is a wall and 0 is a passable cell, with a start position and a goal position.