We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6655be commit 1819fcaCopy full SHA for 1819fca
1 file changed
src/geometry/convex-hull.md
@@ -158,6 +158,7 @@ with the line connecting the last point in the lower convex hull and the current
158
the previous point once added to the hull.
159
160
The final convex hull is obtained from the union of the upper and lower convex hull, forming a clockwise hull, and the implementation is as follows.
161
+If you need collinear points, you just need to include them in the clockwise/counterclockwise routines, by changing `<` to `<=` and `>` to `>=`.
162
163
### Implementation
164
0 commit comments