Skip to content

Commit

Permalink
revert(Rotation): don't call reorder() in toArxRotation()
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Aug 13, 2023
1 parent 91a9be5 commit 5db15c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Rotation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export class Rotation extends Euler {
}

toArxRotation(): ArxRotation {
this.reorder('XYZ')

return {
a: MathUtils.radToDeg(this.x),
b: MathUtils.radToDeg(this.y),
Expand Down

0 comments on commit 5db15c5

Please sign in to comment.