pub fn min2<T: Number, const D: usize>(
    x: &TVec<T, D>,
    y: &TVec<T, D>
) -> TVec<T, D>
Expand description

Component-wise minimum between two vectors.

See also: