Checks whether the two given polygons intersect each other.
Returns YES if there is an intersection. Returns NO otherwise.
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)