0_0_21646315_10134.cpp: In function 'bool lineSegLineSegIntersect2(const Point&, const Point&, const Point&, const Point&)':
0_0_21646315_10134.cpp:130:85: error: expected '}' at end of input
return SGN(pq1*q12)*SGN((p2 - q1)*q12) <= 0 && SGN(pq1*p12)*SGN((p1 - q2)*p12) <= 0;
^
|