pub trait IsEmpty { // Required method fn is_empty(&self) -> bool; }
Used in many generic algorithms to check if a voxel is considered empty.