[][src]Function nalgebra_glm::is_comp_null

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

Returns true if all the components of v are zero (up to an epsilon).