pub fn solve_grid_layout(data: &GridLayoutData<'_>) -> SharedVector<Coord>
Expand description
return, an array which is of size data.cells.len() * 2
which for each cell we give the pos, size
pub fn solve_grid_layout(data: &GridLayoutData<'_>) -> SharedVector<Coord>
return, an array which is of size data.cells.len() * 2
which for each cell we give the pos, size