vec2.mul - multiple declarations

Function vec2.mul

multiply all components of vector by value

Prototype

ref vec2 mul(
  float v
);

Function vec2.mul

multiply components of this vector by corresponding components of another vector

Prototype

ref vec2 mul(
  vec2 v
);

Authors

Copyright

License