Rotates the given 4-by-4 matrix around the given axis by the given angle.
The matrix.
The axis about which to rotate.
The angle by which to rotate (in radians).
Optional
matrix to hold result. If not passed a new one is created.
The rotated matrix.
Rotates the given 4-by-4 matrix around the given axis by the given angle.