Skip to content

Commit

Permalink
Replace math with link to math on Wikipedia.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jan 6, 2021
1 parent 1881ab0 commit 31af669
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rowan/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,9 @@ def to_euler(q, convention="zyx", axis_type="intrinsic"): # noqa: C901
For simplicity, quaternions are converted to matrices, which are
then converted to their Euler angle representations. All equations
for rotations are derived by considering compositions of the three
elemental rotations about the three Cartesian axes:
for rotations are derived by considering compositions of the `three
elemental rotations about the three Cartesian axes
<https://en.wikipedia.org/wiki/Rotation_matrix#Basic_rotations>`_.
Extrinsic rotations are represented by matrix multiplications in
the proper order, so :math:`z-y-x` is represented by the
Expand Down

0 comments on commit 31af669

Please sign in to comment.