[][src]Function nalgebra_glm::equal_eps_vec

pub fn equal_eps_vec<N: Number, D: Dimension>(
    x: &TVec<N, D>,
    y: &TVec<N, D>,
    epsilon: &TVec<N, D>
) -> TVec<bool, D> where
    DefaultAllocator: Alloc<N, D>, 

Component-wise approximate equality of two vectors, using a per-component epsilon.

See also: