Commit 974d9924 authored by Jayke Meijer's avatar Jayke Meijer

Added message to last commit: Added sort and check if sorted functions to licenseplate.

parent 6061a74d
......@@ -30,7 +30,7 @@ class LicensePlate:
return x0 < x1 and y1 < y2 and x2 > x3 and y3 > y0
def sort_corners(corners):
'''Sort the corners clockwise, starting in the left-top corner.'''
'''Sort the corners clockwise, starting in the left-top corner. '''
tuples = []
output = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment