TiledGraph

interface TiledGraph<N : TiledNode<N>?> : IndexedGraph<N>

Inheritors

Functions

Link copied to clipboard
abstract fun getConnections(p: N): Array<Connection<N>>
Link copied to clipboard
abstract fun getIndex(p: N): Int
Link copied to clipboard
abstract fun getNode(index: Int): N
abstract fun getNode(x: Int, y: Int): N
Link copied to clipboard
abstract fun getNodeCount(): Int