Skip to content

Commit a9548a2

Browse files
authored
Update geometry.h
1 parent 2e0e4cc commit a9548a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geometry.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class convex_hull_trick_line {
116116

117117

118118

119-
// get vonvex hull among a lot of unoredred points.
119+
// get convex hull among a lot of unoredred points.
120120
// the first point of result is the left-down-most one, others formed in anticolckwise order.
121121

122122
// one implementation is find the left-down-most one as an origin point, then sort others by angle

0 commit comments

Comments
 (0)