[][src]Function nalgebra_glm::max

pub fn max<N: Number, D: Dimension>(a: &TVec<N, D>, b: N) -> TVec<N, D> where
    DefaultAllocator: Alloc<N, D>, 

Component-wise maximum between a vector and a scalar.

See also: