Function nalgebra_glm::greater_than[][src]

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