Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
parthp08 committed Mar 8, 2021
1 parent cfb909f commit 8e49e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ R = RotationMatrix()
R.rotx(30, unit='deg')

# Convert Rotation Matrix to Euler Angles in degrees
alpha, beta, gamma = R.to_euler_angles(output_units='deg')
alpha, beta, gamma = R.to_euler_angles(output_unit='deg')

# Get Rotation Matrix from Euler Angles
R2 = RotationMatrix()
Expand Down

0 comments on commit 8e49e5d

Please sign in to comment.