Function veloren_world::sim::util::mul4

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