Function AStar.disconnectPoints
Deletes the segment between the given points. If bidirectional is false, only movement from id to to_id is prevented, and a unidirectional segment possibly remains.
void disconnectPoints
(
const(long) id,
const(long) to_id,
const(bool) bidirectional = true
) nothrow @nogc;