Function skeletal_animation::math::vec3_scale [] [src]

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

Multiplies the vector with a scalar.