Skip to content

Commit

Permalink
rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna committed Jun 21, 2023
1 parent b83c30a commit ed9f1ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/specklepy/objects/GIS/CRS.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def __init__(
units_native: Optional[str] = None,
offset_x: Optional[float] = None,
offset_y: Optional[float] = None,
rotation: Optional[float] = None,
**kwargs
) -> None:
super().__init__(**kwargs)
Expand All @@ -25,4 +26,5 @@ def __init__(
self.units_native = units_native
self.offset_x = offset_x
self.offset_y = offset_y
self.rotation = rotation

0 comments on commit ed9f1ad

Please sign in to comment.