vec4.div - multiple declarations

Function vec4.div

divide all components of vector by value

ref vec4 div(
  float v
);

Function vec4.div

divide components of this vector by corresponding components of another vector

ref vec4 div(
  vec4 v
);