Find the unique intersection point p between two closed segments ab and cd.
Return p and a MEOS_SEG_INTER_TYPE value.
- Note
- Currently, the function only computes
p if the result value is MEOS_SEG_TOUCH_END, since the return value is never used in other cases.
-
If the segments overlap no point is returned since they can be an infinite number of them.