... | @@ -44,11 +44,11 @@ Thus, we end up with: |
... | @@ -44,11 +44,11 @@ Thus, we end up with: |
|
|
|
|
|
### Direction vector
|
|
### Direction vector
|
|
|
|
|
|
Next, we have to find a vector . We know that when we move it back to the origin with vector . This vector must remind same. So we remain with equation:
|
|
Next, we have to find the rotation vector . We know that, the vector parallel to rotation axis must satisfy:
|
|
|
|
|
|

|
|
.
|
|
|
|
|
|
As we can see all eigenvectors of  can satisfy this. We calculate them and select the one corresponding to the smallest eigenvalue.
|
|
That mean the rotation vector is an eigenvector of the rotation matrix . Furthermore, the eigenvalues of  are complex conjugate numbers and one number . Thus, we use the eigenvector corresponding to  and call it the rotation vector .
|
|
|
|
|
|
|
|
|
|
### Translation vector
|
|
### Translation vector
|
... | | ... | |