SearchGrid

indigoextras.pathfinding.SearchGrid
See theSearchGrid companion object
final case class SearchGrid(validationWidth: Int, validationHeight: Int, start: Coords, end: Coords, grid: List[GridSquare])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def locatePath(dice: Dice): List[Coords]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product