[][src]Trait building_blocks_storage::IsEmpty

pub trait IsEmpty {
    pub fn is_empty(&self) -> bool;
}

Used in many generic algorithms to check if a voxel is considered empty.

Required methods

pub fn is_empty(&self) -> bool[src]

Loading content...

Implementors

Loading content...