Navtrix tracks position and rotation in a Transform class.
This is a helper library that mainly includes a Transform class. Transform stores position as a vector and rotation as a Quaternion, and can output as a matrix for OpenGL.
This will get more robust with more use.