indigoextras.pathfinding
package indigoextras.pathfinding
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Coords
sealed trait GridSquare extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object GridSquare
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
GridSquare.type
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 Objecttrait Matchableclass Any
object PathBuilder
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PathBuilder.type
object PathFinder
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PathFinder.type
object SearchGrid
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass 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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article