Trait geom3d::utils::Tolerance[][src]

pub trait Tolerance: AbsDiffEq<Epsilon = Float> + Sized {
    fn near(&self, other: Self) -> bool { ... }
fn near2(&self, other: Self) -> bool { ... } }
Expand description

Defines a tolerance in the whole package

Provided methods

The “distance” is less than TOLERANCE.

The “distance” is less than TOLERANCR2.

Implementors