Vector addition to rotation matrix operation

131 Views Asked by At

Let’s say I have $3×3$ rotation matrices $A$ and $B$, is there a matrix operation that is equivalent to converting them to Euler vectors $a$ and $b$ and adding $a+b$, since $a+b$ is different from $AB$?