vec4.mul - multiple declarations

Function vec4.mul

multiply all components of vector by value

ref vec4 mul(
  float v
);

Function vec4.mul

multiply components of this vector by corresponding components of another vector

ref vec4 mul(
  vec4 v
);