Trait fast_surface_nets::SignedDistance[][src]

pub trait SignedDistance: Into<f32> + Copy {
    fn is_negative(self) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors