21 January 2020 11:07:20 AM TRIANGLE_ANALYZE: C version: Determine properties of a triangle. Read the header of "tex2.txt". Spatial dimension DIM_NUM = 2 Number of points NODE_NUM = 3 Read the data in "tex2.txt". Node coordinates: Row: 0 1 Col 0: 0 0 1: 10 0 2: 5 8.66025 ANGLES (radians): 0: 1.0472 1: 1.0472 2: 1.0472 ANGLES (degrees): 0: 60 1: 60 2: 60 AREA: 43.3013 CENTROID: 5 2.88675 CIRCUM_RADIUS: 5.7735 CIRCUM_CENTER: 5 2.88675 EDGE_LENGTHS: 0: 10 1: 10 2: 10 IN_RADIUS: 2.88675 IN_CENTER: 5 2.88675 ORIENTATION: CounterClockwise. ORTHO_CENTER: 5 2.88675 QUALITY: 1 TRIANGLE_ANALYZE: Normal end of execution. 21 January 2020 11:07:20 AM