[][src]Trait usvg::FuzzyZero

pub trait FuzzyZero {
    fn is_fuzzy_zero(&self) -> bool;
}

A trait for fuzzy/approximate comparisons of f64 numbers.

Required methods

fn is_fuzzy_zero(&self) -> bool

Returns true if the number is approximately zero.

Loading content...

Implementations on Foreign Types

impl FuzzyZero for f64[src]

Loading content...

Implementors

Loading content...