fn still_holds(
geometry: &RouteGeometry,
start: Pos2,
end: Pos2,
obstacles: &Obstacles,
) -> boolExpand description
Does a wire’s geometry still run between these anchors without crossing a block? One that does needs no routing, whatever else moved.