-
- Downloads
Reorder corners coordinates for convenience
Previously one required that corners a and b were defined such that a[i]<b[j]. It is no more the case. Also check that `a[i]-b[j] != 0`. This avoids crashes which would be difficult to track.
Please register or sign in to comment