pub fn add3(a: [f64; 3], b: [f64; 3]) -> [f64; 3]Expand description
Add two finite 3D vectors.
This infallible primitive is intended for internal parity-sensitive math
after public callers have validated inputs. Use checked_add3 at public
boundaries or fuzz entry points.