... | ... | @@ -49,3 +49,18 @@ Next, we have to find a vector . We k |
|
|

|
|
|
|
|
|
As we can see all eigenvectors of  can satisfy this. We calculate them and select the one corresponding to the smallest eigenvalue.
|
|
|
|
|
|
|
|
|
### Translation vector
|
|
|
|
|
|
The translation vector  must satisfy that it remain same when transformed. So we get:
|
|
|
|
|
|

|
|
|
|
|
|
However, this equation have multiple solution in a 3D space. So we must add an other condition to this to clarify the solution. We know that both origins are rotating in a plane with normal vector  from previous. Moreover, the normal vector must be perpendicular with the vector . We can add a following condition:
|
|
|
|
|
|

|
|
|
|
|
|
Now, we are able to write it as a matrix equation:
|
|
|
|
|
|
 |