diff options
Diffstat (limited to 'geometry/sortAround.cpp')
| -rw-r--r-- | geometry/sortAround.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/geometry/sortAround.cpp b/geometry/sortAround.cpp index a95d224..c5e4ebd 100644 --- a/geometry/sortAround.cpp +++ b/geometry/sortAround.cpp @@ -1,5 +1,5 @@ bool left(pt p) {return real(p) < 0 ||
- (real(p) == 0 && imag(p) < 0);}
+ (real(p) == 0 && imag(p) < 0);}
void sortAround(pt p, vector<pt>& ps) {
sort(all(ps), [&](const pt& a, const pt& b){
|
