Skip to content

Instantly share code, notes, and snippets.

@jianghu52
Created June 10, 2014 05:31
Show Gist options
  • Save jianghu52/08805f92747b35772d90 to your computer and use it in GitHub Desktop.
Save jianghu52/08805f92747b35772d90 to your computer and use it in GitHub Desktop.
a1 = Point(1, 5)
b1 = Point(4, 5)
c1 = Point(1, 2)
d1 = Point(4, 2)
r = Rectangle(a1, b1, c1, d1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment