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.

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

Meta