The search functionality needs JavaScript enabled
vec3.sub
subtract value from all components of vector
ref vec3 sub( float v );
subtract components of another vector from corresponding components of this vector
ref vec3 sub( vec3 v );