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