vec3.div - multiple declarations

Function vec3.div

divide all components of vector by value

Prototype

ref vec3 div(
  float v
);

Function vec3.div

divide components of this vector by corresponding components of another vector

Prototype

ref vec3 div(
  vec3 v
);

Authors

Copyright

License