AStar2D.arePointsConnected

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

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

Meta