Function vecmath::vec4_scale [] [src]

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

Multiplies the vector with a scalar.