We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683f60f commit 008d684Copy full SHA for 008d684
src/graham_scan.js
@@ -18,7 +18,7 @@ ConvexHullGrahamScan.prototype = {
18
Point: function (x, y, name) {
19
this.x = x;
20
this.y = y;
21
- this.name = name;
+ this.name = name;
22
},
23
24
_findPolarAngle: function (a, b) {
0 commit comments