IsEmpty

Trait IsEmpty 

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

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

Required Methods§

Source

fn is_empty(&self) -> bool

Implementations on Foreign Types§

Source§

impl IsEmpty for bool

Source§

fn is_empty(&self) -> bool

Implementors§