Function vecmath::vec4_mul [] [src]

pub fn vec4_mul<T: Float>(a: Vector4<T>, b: Vector4<T>) -> Vector4<T>

Multiplies two vectors component wise.