vec2.add - multiple declarations

Function vec2.add

add value to all components of vector

Prototype

ref vec2 add(
  float v
);

Function vec2.add

add components of another vector to corresponding components of this vector

Prototype

ref vec2 add(
  vec2 v
);

Authors

Copyright

License