01 May 2020 03:51:50 PM TOMS112_TEST C++ version POINT_IN_POLYGON determines if a point is in a polygon. The polygon vertices: 0: 0 0 1: 1 0 2: 2 1 3: 1 2 4: 0 2 Px Py Inside 1 1 1 3 4 0 0 2 1 0.5 -0.25 0 TOMS112_TEST Normal end of execution. 01 May 2020 03:51:50 PM