[][src]Function nalgebra_glm::min2

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

Component-wise minimum between two vectors.

See also: