[][src]Function nalgebra_glm::equal_eps

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

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

See also: