Skip to content

Commit

Permalink
Abbreviate dual quaternion symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Oct 25, 2024
1 parent 2190a43 commit e31a1ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/user_guide/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ representations on the following pages.
| :math:`(\pmb{p}, \pmb{q})` | | | |
+----------------------------------------+---------------------+------------------+---------------+
| Dual quaternion | (8,) | X | X |
| :math:`\pmb{p} + \epsilon\pmb{q}` | | | |
| :math:`\boldsymbol{\sigma}` | | | |
+----------------------------------------+---------------------+------------------+---------------+

----------
Expand Down
5 changes: 3 additions & 2 deletions doc/source/user_guide/transformations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ another representation. The following table is an overview.
| :math:`(\pmb{p}, \pmb{q})` | | | | | |
+----------------------------------------+------------+--------------------------+---------------+---------------+-----------------+
| Dual quaternion | Quaternion | Yes | Yes | ScLERP | Required |
| :math:`\pmb{p} + \epsilon \pmb{q}` | Conjugate | | | | |
| :math:`\boldsymbol{\sigma}` | Conjugate | | | | |
+----------------------------------------+------------+--------------------------+---------------+---------------+-----------------+

---------------------
Expand Down Expand Up @@ -323,7 +323,8 @@ A dual quaternion consists of a real quaternion and a dual quaternion:

.. math::
\boldsymbol{p} + \epsilon \boldsymbol{q} = p_w + p_x i + p_y j + p_z k + \epsilon (q_w + q_x i + q_y j + q_z k),
\boldsymbol{\sigma} = \boldsymbol{p} + \epsilon \boldsymbol{q}
= p_w + p_x i + p_y j + p_z k + \epsilon (q_w + q_x i + q_y j + q_z k),
where :math:`\epsilon^2 = 0` and :math:`\epsilon \neq 0`.
We use unit dual quaternions to represent
Expand Down

0 comments on commit e31a1ea

Please sign in to comment.