Thu Sep 13 12:59:33 2018 POLYGON_PROPERTIES_TEST: Python version: 3.6.5 Test the POLYGON_PROPERTIES library. POLYGON_ANGLES_TEST Python version: 3.6.5 POLYGON_ANGLES computes the angles of a polygon. Number of polygonal vertices = 6 The polygon vertices: Row: 0 1 Col 0 : 0 0 1 : 1 0 2 : 2 1 3 : 3 0 4 : 3 2 5 : 1 1 Polygonal angles in degrees: 0 45 1 135 2 270 3 45 4 63.4349 5 161.565 POLYGON_ANGLES_TEST Normal end of execution. POLYGON_AREA_TEST Python version: 3.6.5 POLYGON_AREA computes the area of a polygon. Number of polygonal vertices = 4 The polygon vertices: Row: 0 1 Col 0 : 1 0 1 : 2 1 2 : 1 2 3 : 0 1 Exact area is 2 The computed area is 2 Number of polygonal vertices = 8 The polygon vertices: Row: 0 1 Col 0 : 0 0 1 : 3 0 2 : 3 3 3 : 2 3 4 : 2 1 5 : 1 1 6 : 1 2 7 : 0 2 Exact area is 6 The computed area is 6 POLYGON_AREA_TEST Normal end of execution. POLYGON_AREA_2_TEST Python version: 3.6.5 POLYGON_AREA_2 computes the area of a polygon. Number of polygonal vertices = 4 The polygon vertices: Row: 0 1 Col 0 : 1 0 1 : 2 1 2 : 1 2 3 : 0 1 Exact area is 2 The computed area is 2 Number of polygonal vertices = 8 The polygon vertices: Row: 0 1 Col 0 : 0 0 1 : 3 0 2 : 3 3 3 : 2 3 4 : 2 1 5 : 1 1 6 : 1 2 7 : 0 2 Exact area is 6 The computed area is 6 POLYGON_AREA_2_TEST Normal end of execution. POLYGON_CENTROID_TEST Python version: 3.6.5 POLYGON_CENTROID computes the centroid of a polygon. The polygon vertices: Row: 0 1 Col 0 : 1 0 1 : 2 1 2 : 1 2 3 : 0 1 POLYGON_CENTROID: 0: 1 1: 1 POLYGON_CENTROID_TEST Normal end of execution. POLYGON_CENTROID_2_TEST Python version: 3.6.5 POLYGON_CENTROID_2 computes the centroid of a polygon. The polygon vertices: Row: 0 1 Col 0 : 1 0 1 : 2 1 2 : 1 2 3 : 0 1 POLYGON_CENTROID_2: 0: 1 1: 1 POLYGON_CENTROID_2_TEST Normal end of execution.