We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0e4cc commit a9548a2Copy full SHA for a9548a2
geometry.h
@@ -116,7 +116,7 @@ class convex_hull_trick_line {
116
117
118
119
-// get vonvex hull among a lot of unoredred points.
+// get convex hull among a lot of unoredred points.
120
// the first point of result is the left-down-most one, others formed in anticolckwise order.
121
122
// one implementation is find the left-down-most one as an origin point, then sort others by angle
0 commit comments