PathBuilder

indigoextras.pathfinding.PathBuilder
See thePathBuilder companion object
trait PathBuilder[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
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def distance(t1: T, t2: T): Int
def heuristic(t1: T, t2: T): Int
def neighbours(t: T): Batch[T]