Skip to main content

still_holds

Function still_holds 

Source
fn still_holds(
    geometry: &RouteGeometry,
    start: Pos2,
    end: Pos2,
    obstacles: &Obstacles,
) -> bool
Expand description

Does a wire’s geometry still run between these anchors without crossing a block? One that does needs no routing, whatever else moved.