vec4.mul - multiple declarations

Function vec4.mul

multiply all components of vector by value

Prototype

ref vec4 mul(
  float v
);

Function vec4.mul

multiply components of this vector by corresponding components of another vector

Prototype

ref vec4 mul(
  vec4 v
);

Authors

Copyright

License