computational geometry - Determine if a set of lines lie in one side of a point and another set of lines lie in the other side -


given 2 set , b of lines n lines in total , point p. how u determine if lines lie in 1 side of p , b lines lie in other side?

unless of lines mutually parallel, they'll always cross both sides of p, since go on forever. otherwise, draw line parallel 1 of other lines passes through p, , line divide 2 sets.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -