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

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

Negates the vec3. Subtracts another vec3 from the vec3. Subtracts a scalar from each component of the vec3.