std:std.geom.Vec3<T>.Operator +

Operator +:Vec3<T>( v:Vec3<T> )
Operator +:Vec3<T>( s:T )

Adds the vec3 to another vec3. Adds a scalar to each component of the vec3.