Infinite Halls
Default builder. Builds halls of size 10 with open doors.
Parameters
incarnation
the incarnation to be used.
open fun InfiniteHalls(incarnation: Incarnation<T, Euclidean2DPosition>, size: Double)
Content copied to clipboard
Parameters
incarnation
the incarnation to be used.
size
the size of a single hall
open fun InfiniteHalls(incarnation: Incarnation<T, Euclidean2DPosition>, allOpen: Boolean)
Content copied to clipboard
Parameters
incarnation
the incarnation to be used.
all Open
sets all the doors to open.
open fun InfiniteHalls(incarnation: Incarnation<T, Euclidean2DPosition>, size: Double, allOpen: Boolean)
Content copied to clipboard
Parameters
incarnation
the incarnation to be used.
size
the size of a single hall
all Open
sets all the doors to open.