0_0_2055018_459.cpp: In function `int Intersect(LineSegment, LineSegment)':
0_0_2055018_459.cpp:97: error: invalid initialization of non-const reference of type 'Line&' from a temporary of type 'Line'
0_0_2055018_459.cpp:85: error: in passing argument 1 of `int ondiffside(Line&, Point&, Point&)'
0_0_2055018_459.cpp:97: error: invalid initialization of non-const reference of type 'Line&' from a temporary of type 'Line'
0_0_2055018_459.cpp:85: error: in passing argument 1 of `int ondiffside(Line&, Point&, Point&)'
|