get_vertices
  
  Description:
  public void get_vertices (
out Vec3 a, 
out Vec3 b, 
out Vec3 c)
  
 
  
    Retrieves the three vertices of the given Triangle.
    Parameters:
    
      
        | this | 
        
           a Triangle 
         | 
      
      
        | a | 
        
           return location for the first vertex 
         | 
      
      
        | b | 
        
           return location for the second vertex 
         | 
      
      
        | c | 
        
           return location for the third vertex 
         |