mat4.scale - multiple declarations

Function mat4.scale

Prototype

ref mat4 scale(
  float x,
  float y,
  float z
);

Function mat4.scale

Prototype

ref mat4 scale(
  float v
);

Function mat4.scale

Prototype

ref mat4 scale(
  const(vec3) v
);

Authors

Copyright

License