Trait building_blocks_storage::IsEmpty[][src]

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

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

Required methods

Implementations on Foreign Types

Implementors