Function graphics::math::mul_scalar
[−]
[src]
pub fn mul_scalar<T>(a: [T; 2], b: T) -> [T; 2] where T: Copy + Mul<T, Output=T>
Multiplies the vector with a scalar.
pub fn mul_scalar<T>(a: [T; 2], b: T) -> [T; 2] where T: Copy + Mul<T, Output=T>
Multiplies the vector with a scalar.