Skip to content
Snippets Groups Projects
Commit 76c52e40 authored by Christian Faber's avatar Christian Faber
Browse files

adde linebreak

parent cdf5d5bc
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ def get_rotation_matrix(x: np.ndarray, y: np.ndarray) -> np.ndarray:
def get_translation_vector(x: np.ndarray, y: np.ndarray) -> np.ndarray:
"""Get the translation vector :math:`\mathbf{r}`
"""Get the translation vector :math:`\mathbf{r}` |br|
**Important Note:** The translation vector differs from Kabsch algorithm, there you translate befor rotating. In Coutsias paper it is the otherway round.
:param x: set of vectors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment