Skip to content

Commit

Permalink
be even more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
bzinberg authored Aug 5, 2021
1 parent 0993944 commit 1534a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ There are two ways to think about poses:
coordinate frame. The `pos` says where the frame's origin is, and the
`orientation` says what directions its orthonormal axes point in.
2. A pose is a rigid motion. The translational component is `pos` and the
orientation component is `orientation`.
orientation component is the linear map `v ↦ orientation * v`.

When we talk about the [group
action](https://en.wikipedia.org/wiki/Group_action_(mathematics)) of ``G`` on
Expand Down

0 comments on commit 1534a9f

Please sign in to comment.