Rotate a matrix by the given angle around the X-axis.
The matrix.
The angle in radians.
The matrix to store the result in.
The rotated matrix.
Rotation matrix
Rotate a matrix by the given angle around the X-axis.