Function vecmath::vec3_mul[][src]

pub fn vec3_mul<T>(a: Vector3<T>, b: Vector3<T>) -> Vector3<T> where
    T: Copy + Mul<T, Output = T>, 
[]

Multiplies two vectors component wise.