vec3.sub - multiple declarations

Function vec3.sub

subtract value from all components of vector

ref vec3 sub(
  float v
);

Function vec3.sub

subtract components of another vector from corresponding components of this vector

ref vec3 sub(
  vec3 v
);