TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
|
check whether two line segments intersect each other or not. More...
#include <algorithm>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | Point |
struct | SegmentIntersection |
Functions | |
int | main () |
check whether two line segments intersect each other or not.
Definition in file line_segment_intersection.cpp.
int main | ( | void | ) |
This is the main function to test whether the algorithm is working well.
Definition at line 92 of file line_segment_intersection.cpp.