Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
|
check whether two line segments intersect each other or not. More...
#include <algorithm>
#include <iostream>
Classes | |
struct | Point |
struct | SegmentIntersection |
Functions | |
int | main () |
check whether two line segments intersect each other or not.
int main | ( | void | ) |
This is the main function to test whether the algorithm is working well.