vec3.sub - multiple declarations

Function vec3.sub

subtract components of another vector from corresponding components of this vector

Prototype

ref vec3 sub(
  vec3 v
);

Function vec3.sub

subtract value from all components of vector

Prototype

ref vec3 sub(
  float v
);

Authors

Copyright

License