Function vecmath::vec3_mul [] [src]

pub fn vec3_mul<T: Float>(a: Vector3<T>, b: Vector3<T>) -> Vector3<T>

Multiplies two vectors component wise.