Trait descartes::RoughEq [−][src]
pub trait RoughEq: Sized { fn rough_eq_by(&self, other: Self, tolerance: N) -> bool; fn rough_eq(&self, other: Self) -> bool { ... } }
Required Methods
fn rough_eq_by(&self, other: Self, tolerance: N) -> bool
Provided Methods
Implementors
impl RoughEq for Nimpl RoughEq for P2impl RoughEq for V2impl<'a> RoughEq for &'a LinePathimpl<'a> RoughEq for &'a ClosedLinePathimpl<'a> RoughEq for &'a PrimitiveAreaimpl<'a> RoughEq for &'a Area