vec4.add - multiple declarations

Function vec4.add

add components of another vector to corresponding components of this vector

Prototype

ref vec4 add(
  const(vec4) v
);

Function vec4.add

add value to all components of vector

Prototype

ref vec4 add(
  float v
);

Authors

Copyright

License