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