Function veloren_world::sim::util::mul3

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