Skip to content

Instantly share code, notes, and snippets.

@eightysteele
Created August 11, 2011 04:34
Show Gist options
  • Select an option

  • Save eightysteele/1138910 to your computer and use it in GitHub Desktop.

Select an option

Save eightysteele/1138910 to your computer and use it in GitHub Desktop.
@classmethod
def create(cls, xmin, ymax, xmax, ymin):
return cls(Point(xmin, ymax), Point(xmax, ymin))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment