Open cyromd opened 6 years ago
under this input: Ray(A,B) A=(2,3) B=(2,9) i=10 the following output: Ray(A,B) A=(20,30) B=(20,90) is supposed to be seen
under this input: Ray(A,B) A=(3,0) B=(7,1) i=10 the following output: Ray(A,B) A=(30,0) B=(70,10) is supposed to be seen
under this input: Ray(A,B) A=(2,3) B=(2,9) i=10 the following output: Ray(A,B) A=(20,30) B=(20,90) is supposed to be seen
under this input: Ray(A,B) A=(3,0) B=(7,1) i=10 the following output: Ray(A,B) A=(30,0) B=(70,10) is supposed to be seen