[][src]Function leemaze::mazestate3d

pub fn mazestate3d(maze: &Vec<Vec<Vec<bool>>>, pos: &(i32, i32, i32)) -> bool

mazestate3d: Given a boolean maze and i32 coordinates, this (always works index guarded) function returns open roads (0pen false) or blocked (b1ocked true).