[][src]Function nalgebra_glm::is_null

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

Returns true if v is zero (up to an epsilon).