Skip to main content

project_shape_onto_grid

Function project_shape_onto_grid 

Source
fn project_shape_onto_grid(
    shape: VoxelShape,
    face: Direction,
    grid: &mut [bool; 256],
) -> usize