pda
jvm
core
/
net.artux.engine.pathfinding
/
TiledGraph
Tiled
Graph
interface
TiledGraph
<
N
:
TiledNode
<
N
>
?
>
:
IndexedGraph
<
N
>
Inheritors
FlatTiledGraph
Members
Functions
get
Connections
Link copied to clipboard
abstract
fun
getConnections
(
p
:
N
)
:
Array
<
Connection
<
N
>
>
get
Index
Link copied to clipboard
abstract
fun
getIndex
(
p
:
N
)
:
Int
get
Node
Link copied to clipboard
abstract
fun
getNode
(
index
:
Int
)
:
N
abstract
fun
getNode
(
x
:
Int
,
y
:
Int
)
:
N
get
Node
Count
Link copied to clipboard
abstract
fun
getNodeCount
(
)
:
Int