vec2.sub - multiple declarations

Function vec2.sub

subtract value from all components of vector

ref vec2 sub(
  float v
);

Function vec2.sub

subtract components of another vector from corresponding components of this vector

ref vec2 sub(
  vec2 v
);