Function piston_window::math::mul

source ยท
pub fn mul<T>(a: [T; 2], b: [T; 2]) -> [T; 2]
where T: Copy + Mul<Output = T>,
Expand description

Multiplies two vectors component wise.