Return matrix with euler angles.
template<class TYPE> TMat4<TYPE> Mat4Euler(const TYPE roll, const TYPE pitch, const TYPE yaw);