Skip to content

Commit

Permalink
Update euler2transform.py
Browse files Browse the repository at this point in the history
  • Loading branch information
parthp08 committed May 11, 2020
1 parent 39b184f commit 164d96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoordinateTransformations/euler2transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def euler2transform(alpha,phi,theta,unit="rad",order="xyz"):
unit of angle, "deg" or "rad", default to rad
order : string
order of rotation axis,
avialable orders: "xyz", "zyz", "zyx",
choose order : "ijk" where i=x/y/z, j=x/y/z, k=x/y/z
default to "xyz"
Returns
Expand Down

0 comments on commit 164d96e

Please sign in to comment.