diff options
| author | Paul Jungeblut <paul.jungeblut@gmail.com> | 2017-07-15 12:30:59 +0200 |
|---|---|---|
| committer | Paul Jungeblut <paul.jungeblut@gmail.com> | 2017-07-15 12:30:59 +0200 |
| commit | d969b7873b60f12d37e58497c07622d5eaca2cea (patch) | |
| tree | 5d2083dfbde43b300e4aa69af98c20b179ad31b2 /geometry | |
| parent | 8b931f6585ac313be281c79756a309dd148fc44c (diff) | |
Removing unnecessary blank line in code.
Diffstat (limited to 'geometry')
| -rw-r--r-- | geometry/convexHull.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/geometry/convexHull.cpp b/geometry/convexHull.cpp index 69bbfdf..9c14c45 100644 --- a/geometry/convexHull.cpp +++ b/geometry/convexHull.cpp @@ -1,5 +1,4 @@ // Laufzeit: O(n*log(n)) - ll cross(const pt p, const pt a, const pt b) { return (a.x - p.x) * (b.y - p.y) - (a.y - p.y) * (b.x - p.x); } |
