Function glm::is_approx_eq [] [src]

pub fn is_approx_eq<T: ApproxEq>(x: &T, y: &T) -> bool

Returns the result of x.is_approx_eq(y).