[][src]Function skeletal_animation::math::vec4_scale

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

Multiplies the vector with a scalar.