Function AStar2D.arePointsConnected

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

bool arePointsConnected (
  const(long) id,
  const(long) to_id
) nothrow @nogc const;