| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 


Go to the source code of this file.
Classes | |
| class | QgsMeshUtils | 
| Provides utility functions for working with mesh data.  More... | |
Typedefs | |
| typedef QPair< int, int > | QgsMeshEdge | 
| Edge is a straight line seqment between 2 points.   | |
| typedef QVector< int > | QgsMeshFace | 
| List of vertex indexes.   | |
| typedef QgsPoint | QgsMeshVertex | 
| xyz coords of vertex   | |
| typedef QPair<int, int> QgsMeshEdge | 
Edge is a straight line seqment between 2 points.
Stores the pair of vertex indexes
Definition at line 51 of file qgsmeshutils.h.
| typedef QVector<int> QgsMeshFace | 
List of vertex indexes.
Definition at line 44 of file qgsmeshutils.h.
| typedef QgsPoint QgsMeshVertex | 
xyz coords of vertex
Definition at line 41 of file qgsmeshutils.h.