Function vec3::max [] [src]

pub fn max<'a, T: Copy + Num>(
    out: &'a mut [T; 3],
    a: &[T; 3],
    b: &[T; 3]
) -> &'a mut [T; 3]