pub fn add_vec<T>(a: Vector3<T>, b: Vector3<T>) -> Vector3<T> where
    T: Float
Expand description

a + b