Creates a matrix from a given angle around a given axis This is equivalent to (but much faster than):
mat4.identity(dest); mat4.rotate(dest, dest, rad, axis);
mat4 receiving operation result
the angle to rotate the matrix by
the axis to rotate around
out
Creates a matrix from a given angle around a given axis This is equivalent to (but much faster than):