Skip to main content

add

Function add 

Source
pub fn add(a: [f32; 3], b: [f32; 3]) -> [f32; 3]
Expand description

Component-wise sum, a + b.