Function nalgebra_glm::is_comp_null

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

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