Trait parrot::geom::AlmostEq [] [src]

pub trait AlmostEq<N: Number> {
    fn almost_eq_epsilon(self, _: Self, _: N) -> bool;

    fn almost_eq(self, other: Self) -> bool
    where
        Self: Sized
, { ... } }

Required Methods

Provided Methods

Implementors