vec2.mul - multiple declarations

Function vec2.mul

multiply all components of vector by value

ref vec2 mul(
  float v
);

Function vec2.mul

multiply components of this vector by corresponding components of another vector

ref vec2 mul(
  vec2 v
);