indigoextras.pathfinding

Members list

Type members

Classlikes

final case class Coords(x: Int, y: Int)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Coords.type
sealed trait GridSquare extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object GridSquare

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
GridSquare.type
trait PathBuilder[T]

The structure allowing to customize the path finding and to build a path of type T

The structure allowing to customize the path finding and to build a path of type T

Type parameters

T

the type of the points

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object PathBuilder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
object PathFinder

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
PathFinder.type
object SearchGrid

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SearchGrid.type

Deprecated classlikes

final case class SearchGrid(validationWidth: Int, validationHeight: Int, start: Coords, end: Coords, grid: List[GridSquare])

Attributes

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