[][src]Function nalgebra_glm::max4

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

Component-wise maximum between four vectors.

See also: