Function glm::is_close_to [] [src]

pub fn is_close_to<T: ApproxEq>(x: &T, y: &T, max_diff: T::BaseType) -> bool

Returns the result of x.is_close_to(y, max_diff).