Function vec4_mul

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

Multiplies two vectors component wise.