Rotation Matrices should now match the "right-handled rule". Fixes related to weirdness using the column-major ordered Matrix struct.
3d_helpers facilitate usage of transformation matrices. Unit tests ensure the 3d_helpers are correct. Currently, the program rotates a Cube mesh in x, y, and z axes.