vec3.add - multiple declarations

Function vec3.add

add value to all components of vector

Prototype

ref vec3 add(
  float v
);

Function vec3.add

add components of another vector to corresponding components of this vector

Prototype

ref vec3 add(
  vec3 v
);

Authors

Copyright

License