#include "qgstessellator.h"
#include "qgscurve.h"
#include "qgsgeometry.h"
#include "qgsmessagelog.h"
#include "qgsmultipolygon.h"
#include "qgspoint.h"
#include "qgspolygon.h"
#include "qgstriangle.h"
#include "qgis_sip.h"
#include "poly2tri.h"
#include <QtDebug>
#include <QMatrix4x4>
#include <QVector3D>
#include <algorithm>
 
Go to the source code of this file.
◆ _minimum_distance_between_coordinates()
      
        
          | double _minimum_distance_between_coordinates  | 
          ( | 
          const QgsPolygon &  | 
          polygon | ) | 
           | 
        
      
 
 
◆ _round_coord()
  
  
      
        
          | double _round_coord  | 
          ( | 
          double  | 
          x | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ getPointFromData()
      
        
          | QgsPoint getPointFromData  | 
          ( | 
          QVector< float >::const_iterator &  | 
          it | ) | 
           |