pub fn vec4_scale<T>(a: [T; 4], b: T) -> [T; 4]where
    T: Copy + Mul<Output = T>,
Expand description

Multiplies the vector with a scalar.