Skip to content

Commit

Permalink
Simplify phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Sep 18, 2024
1 parent 2c6ccc6 commit 1f5a3e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/source/user_guide/transformations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,15 @@ setting the last component to zero (see
:math:`\left( x,y,z,0 \right)^T`.

We can use a transformation matrix :math:`\boldsymbol T_{AB}` to transform a
point :math:`{_B}\boldsymbol{p}` from frame :math:`B` to frame :math:`A`.
For example, transforming a position vector :math:`p` will give the following
result:
point :math:`{_B}\boldsymbol{p}` from frame :math:`B` to frame :math:`A`:

.. math::
\boldsymbol{T}_{AB} {_B}\boldsymbol{p} =
\left( \begin{array}{c}
\boldsymbol{R} {_B}\boldsymbol{p} + \boldsymbol t\\
1\\
\end{array} \right)
\end{array} \right).
You can use :func:`~pytransform3d.transformations.transform` to apply a
transformation matrix to a homogeneous vector.
Expand Down

0 comments on commit 1f5a3e3

Please sign in to comment.