triangle_analyze_test
    
    
    
      triangle_analyze_test,
      a C++ code which
      calls triangle_analyze(), which
      reads a triangle defined in a file, and uses the TRIANGLE_PROPERTIES 
      library to compute angles, area, centroid, circumcircle, edge 
      lengths, incircle, orientation, orthocenter, and quality.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      triangle_analyze,
      a C++ code which
      reads a triangle defined in a file, and uses the triangle_properties()
      library to compute angles, area, centroid, circumcircle, edge lengths, 
      incircle, orientation, orthocenter, and quality.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          tex1.txt, example 1.
        
 
        - 
          tex1_properties.txt,
          the output file.
        
 
        - 
          tex2.txt, example 2.
        
 
        - 
          tex2_properties.txt,
          the output file.
        
 
        - 
          tex3.txt, example 3.
        
 
        - 
          tex3_properties.txt,
          the output file.
        
 
        - 
          tex4.txt, example 4.
        
 
        - 
          tex4_properties.txt,
          the output file.
        
 
        - 
          tex5.txt, example 5.
        
 
        - 
          tex5_properties.txt,
          the output file.
        
 
        - 
          tex6.txt, example 6.
        
 
        - 
          tex6_properties.txt,
          the output file.
        
 
        - 
          tex7.txt, example 7.
        
 
        - 
          tex7_properties.txt,
          the output file.
        
 
        - 
          tex8.txt, example 8.
        
 
        - 
          tex8_properties.txt,
          the output file.
        
 
        - 
          triangle_cap.txt,
          example of a "cap" triangle.
        
 
        - 
          triangle_cap_properties.txt,
          the output file.
        
 
        - 
          triangle_equilateral.txt,
          example of an equilateral triangle.
        
 
        - 
          triangle_equilateral_properties.txt,
          the output file.
        
 
        - 
          triangle_needle.txt,
          example of a "needle" triangle.
        
 
        - 
          triangle_needle_properties.txt,
          the output file.
        
 
        - 
          triangle_ref.txt,
          example of a reference triangle.
        
 
        - 
          triangle_ref_properties.txt,
          the output file.
        
 
        - 
          triangle_right.txt,
          example of a right triangle.
        
 
        - 
          triangle_right_properties.txt,
          the output file.
        
 
      
    
    
    
      Last revised on 03 May 2020.