kotcity4 / kotcity.pathfinding / Path

Path

data class Path

Constructors

<init>

Path(nodes: List<NavigationNode> = emptyList())

Functions

blocks

fun blocks(): List<BlockCoordinate>

length

fun length(): Int

plus

fun plus(otherPath: Path?): Path?

totalScore

fun totalScore(): Int