Skip to main content

move_blocked

Function move_blocked 

Source
pub fn move_blocked(
    indexed: &IndexedDocument<'_>,
    moving: Shape,
    scope: BlockId,
    dst: GridRect,
) -> bool
Expand description

The single-shape rule: a destination overlapping any other routing shape rejects the move, even one the shape already overlapped.