[UVA][幾何] 191 - Intersection
Intersection
You are to write a program that has to decide whether a given line segment
intersects a given rectangle.
An example:
line: start point: (4,9)
end point: (11,2)
rectangle: left-top: (1,5)
right-bottom: (7,1)
...