vec3.mul - multiple declarations

Function vec3.mul

multiply all components of vector by value

ref vec3 mul(
  float v
);

Function vec3.mul

multiply components of this vector by corresponding components of another vector

ref vec3 mul(
  vec3 v
);