[][src]Function nalgebra_glm::max2

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

Component-wise maximum between two vectors.

See also: