mat4.translate - multiple declarations

Function mat4.translate

Prototype

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

Function mat4.translate

Prototype

ref mat4 translate(
  const(vec3) v
);

Authors

Copyright

License