vec3.mul - multiple declarations

Function vec3.mul

multiply all components of vector by value

Prototype

ref vec3 mul(
  float v
);

Function vec3.mul

multiply components of this vector by corresponding components of another vector

Prototype

ref vec3 mul(
  vec3 v
);

Authors

Copyright

License