Vector containing x,y coordinates of intersection of L1
and L2. If L1 and L2 are parallel, this is infinite-valued. If
interior.only is TRUE, then when the intersection
does not occur between P1 and P2 and P3 and P4, a vector
containing NAs is returned.
Arguments
P1
vector containing x,y coordinates of one end of L1
P2
vector containing x,y coordinates of other end of L1
P3
vector containing x,y coordinates of one end of L2
P4
vector containing x,y coordinates of other end of L2
interior.only
boolean flag indicating whether only
intersections inside L1 and L2 should be returned.