AStar.arePointsConnected

Returns whether there is a connection/segment between the given points.

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

Meta