Skip to content

Commit

Permalink
rename to RotationOrder Intrinsic/Extrinsic
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein authored Oct 9, 2023
1 parent 0f18481 commit 229701e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build123d/build_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def __repr__(self):
return f"<{self.__class__.__name__}.{self.name}>"


class RotationOrder(Enum):
class Intrinsic(Enum):
"""Order to apply intrinsic rotations by axis"""

XYZ = auto()
Expand All @@ -249,7 +249,7 @@ def __repr__(self):
return f"<{self.__class__.__name__}.{self.name}>"


class RotationOrderExtrinsic(Enum):
class Extrinsic(Enum):
"""Order to apply extrinsic rotations by axis"""

XYZ = auto()
Expand Down

0 comments on commit 229701e

Please sign in to comment.