Trait ncollide_math::FloatError [] [src]

pub trait FloatError {
    fn epsilon() -> Self;
}

Trait for constant helping handling floating point computations.

Required Methods

fn epsilon() -> Self

Epsilon value used to perform fuzzy comparisons with zero.

Implementors