[][src]Function vecmath::vec4_mul

pub fn vec4_mul<T>(a: Vector4<T>, b: Vector4<T>) -> Vector4<T> where
    T: Copy + Mul<T, Output = T>, 

Multiplies two vectors component wise.