I have a glm::mat4 matrix
and I have performed several rotations and translations on that matrix. How can I get the rotational axis of that matrix in Normalized form?
It should be Unity3D
equivalent of gameObject.transform.forward
or gameObject.transform.right