[][src]Function nalgebra_glm::max3

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

Component-wise maximum between three vectors.

See also: