AStar.arePointsConnected

Returns whether the two given points are directly connected by a segment. If bidirectional is false, returns whether movement from id to to_id is possible through this segment.

struct AStar
@nogc nothrow const
bool
arePointsConnected
(
in long id
,
in long to_id
,
in bool bidirectional = true
)

Meta