Transform.scale - multiple declarations

Function Transform.scale

scale by vector

Prototype

void scale(
  vec3 value
);

Function Transform.scale

scale all axis by the same values

Prototype

void scale(
  float value
);

Authors

Copyright

License