Struct path_finding::grid::Grid
source · pub struct Grid {
pub width: usize,
pub height: usize,
pub costs: Vec<Vec<f32>>,
pub size: usize,
}
Fields§
§width: usize
§height: usize
§costs: Vec<Vec<f32>>
§size: usize
pub struct Grid {
pub width: usize,
pub height: usize,
pub costs: Vec<Vec<f32>>,
pub size: usize,
}
width: usize
§height: usize
§costs: Vec<Vec<f32>>
§size: usize