The search functionality needs JavaScript enabled
vec3.mul
multiply all components of vector by value
ref vec3 mul( float v );
multiply components of this vector by corresponding components of another vector
ref vec3 mul( vec3 v );