The search functionality needs JavaScript enabled
vec4.add
add value to all components of vector
ref vec4 add( float v );
add components of another vector to corresponding components of this vector
ref vec4 add( const(vec4) v );