[][src]Function nalgebra_glm::step_vec

pub fn step_vec<N: Number, D: Dimension>(
    edge: &TVec<N, D>,
    x: &TVec<N, D>
) -> TVec<N, D> where
    DefaultAllocator: Alloc<N, D>, 

Returns 0.0 if x[i] < edge[i], otherwise it returns 1.0.