Function nalgebra_glm::max4

source ·
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>,
Expand description

Component-wise maximum between four vectors.

See also: