Skip to content

Commit

Permalink
Merge pull request #275 from cdeil/rm-rotate-poly
Browse files Browse the repository at this point in the history
Remove rotate_polygon function
  • Loading branch information
cdeil committed Jun 12, 2019
2 parents 54aac61 + 3d0115c commit ed6f495
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
2 changes: 0 additions & 2 deletions regions/_geometry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"""
Geometry subpackage for low-level geometry functions.
"""

from .rotate_polygon import *
from .circular_overlap import *
from .elliptical_overlap import *
from .rectangular_overlap import *
Expand Down
40 changes: 0 additions & 40 deletions regions/_geometry/rotate_polygon.py

This file was deleted.

0 comments on commit ed6f495

Please sign in to comment.