We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed3409 commit 5300883Copy full SHA for 5300883
geometry/line_segment_intersection.cpp
@@ -3,9 +3,8 @@
3
* @brief check whether two line segments intersect each other
4
* or not.
5
*/
6
-#include <stdio.h> // for printf
7
-#include <algorithm> // for max, min
8
-#include <iostream> // for basic_istream::operator>>, char_traits, basic_i...
+#include <algorithm>
+#include <iostream>
9
10
/**
11
* Define a Point.
0 commit comments