Trait building_blocks_storage::IsEmpty[][src]

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

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl IsEmpty for bool[src]

Loading content...

Implementors

Loading content...