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

Required Methods

Implementations on Foreign Types

Implementors