mat4.rotate - multiple declarations

Function mat4.rotate

Prototype

ref mat4 rotate(
  float angle,
  const(vec3) axis
);

Function mat4.rotate

Prototype

ref mat4 rotate(
  float angle,
  float x,
  float y,
  float z
);

Authors

Copyright

License