Creates a matrix from the given angle around the X axis This is equivalent to (but much faster than):
mat4.identity(dest);mat4.rotateX(dest, dest, rad); Copy
mat4.identity(dest);mat4.rotateX(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 X axis This is equivalent to (but much faster than):