Function path_in_site

Source
fn path_in_site(
    start: Vec2<i32>,
    end: Vec2<i32>,
    site: &Site,
) -> PathResult<Vec2<i32>>