Thu Sep 13 12:59:33 2018 ANGLE_DEGREE_TEST: Python version: 3.6.5 ANGLE_DEG_2D computes an angle; X Y Theta atan2(y,x) ANGLE_DEGREE 1.000000 0.000000 0.000000 0.000000 0.000000 0.866025 0.500000 30.000000 30.000000 30.000000 0.500000 0.866025 60.000000 60.000000 60.000000 0.000000 1.000000 90.000000 90.000000 90.000000 -0.500000 0.866025 120.000000 120.000000 120.000000 -0.866025 0.500000 150.000000 150.000000 150.000000 -1.000000 0.000000 180.000000 180.000000 180.000000 -0.866025 -0.500000 210.000000 -150.000000 210.000000 -0.500000 -0.866025 240.000000 -120.000000 240.000000 -0.000000 -1.000000 270.000000 -90.000000 270.000000 0.500000 -0.866025 300.000000 -60.000000 300.000000 0.866025 -0.500000 330.000000 -30.000000 330.000000 1.000000 -0.000000 360.000000 -0.000000 360.000000 I4MAT_PRINT_TEST: Python version: 3.6.5 Test I4MAT_PRINT, which prints an I4MAT. A 5 x 6 integer matrix: Col: 0 1 2 3 4 Row 0: 11 12 13 14 15 1: 21 22 23 24 25 2: 31 32 33 34 35 3: 41 42 43 44 45 4: 51 52 53 54 55 Col: 5 Row 0: 16 1: 26 2: 36 3: 46 4: 56 I4MAT_PRINT_TEST: Normal end of execution. I4MAT_PRINT_SOME_TEST Python version: 3.6.5 I4MAT_PRINT_SOME prints some of an I4MAT. Here is I4MAT, rows 0:2, cols 3:5: Col: 3 4 5 Row 0: 14 15 16 1: 24 25 26 2: 34 35 36 I4MAT_PRINT_SOME_TEST: Normal end of execution. POLYGON_TRIANGULATE_TEST Python version: 3.6.5 Triangulate the comb_10 polygon. Triangles Col: 0 1 2 Row 0: 2 0 1 1: 4 2 3 2: 6 4 5 3: 8 6 7 4: 9 6 8 5: 2 9 0 6: 4 9 2 7: 6 9 4 POLYGON_TRIANGULATE_TEST: Normal end of execution. Thu Sep 13 12:59:33 2018