InfiniteHalls

open fun InfiniteHalls(incarnation: Incarnation<T, Euclidean2DPosition>)

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)

Parameters

incarnation

the incarnation to be used.

size

the size of a single hall


open fun InfiniteHalls(incarnation: Incarnation<T, Euclidean2DPosition>, allOpen: Boolean)

Parameters

incarnation

the incarnation to be used.

allOpen

sets all the doors to open.


open fun InfiniteHalls(incarnation: Incarnation<T, Euclidean2DPosition>, size: Double, allOpen: Boolean)

Parameters

incarnation

the incarnation to be used.

size

the size of a single hall

allOpen

sets all the doors to open.