vec2.div - multiple declarations

Function vec2.div

divide all components of vector by value

Prototype

ref vec2 div(
  float v
);

Function vec2.div

divide components of this vector by corresponding components of another vector

Prototype

ref vec2 div(
  vec2 v
);

Authors

Copyright

License