Function vecmath::vec3_scale [] [src]

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

Multiplies the vector with a scalar.