vec4.sub - multiple declarations

Function vec4.sub

subtract value from all components of vector

ref vec4 sub(
  float v
);

Function vec4.sub

subtract components of another vector from corresponding components of this vector

ref vec4 sub(
  vec4 v
);