Trait vodk_math::vec4::EpsilonEq [] [src]

pub trait EpsilonEq {
    fn epsilon_eq(&self, rhs: &Self) -> bool;
}

Required Methods

Implementors