[][src]Trait descartes::RoughEq

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

Loading content...

Provided methods

fn rough_eq(&self, other: Self) -> bool

Loading content...

Implementors

impl RoughEq for N[src]

fn rough_eq(&self, other: Self) -> bool[src]

impl RoughEq for P2[src]

fn rough_eq(&self, other: Self) -> bool[src]

impl RoughEq for V2[src]

fn rough_eq(&self, other: Self) -> bool[src]

impl<'a> RoughEq for &'a Area[src]

fn rough_eq(&self, other: Self) -> bool[src]

impl<'a> RoughEq for &'a ClosedLinePath[src]

fn rough_eq(&self, other: Self) -> bool[src]

impl<'a> RoughEq for &'a LinePath[src]

fn rough_eq(&self, other: Self) -> bool[src]

impl<'a> RoughEq for &'a PrimitiveArea[src]

fn rough_eq(&self, other: Self) -> bool[src]

Loading content...