Checks whether the given line segment intersect the given polygon.
Returns YES if there is an intersection. Returns NO otherwise.
The line segment is define by two points: double P1[3] and double P2[3]
If there is an intersection the intersection point is saved within double intersection[3]
Wont work in VIEWER_MODE with polygons that belong to a dynamic object (See the STATE_object API)
|