[][src]Function nalgebra_glm::min

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

Component-wise minimum between a vector and a scalar.

See also: