mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix typo and SIP
This commit is contained in:
parent
32ebbd88b2
commit
4ee10b5f88
@ -73,6 +73,13 @@ Returns an edge at the index
|
||||
Remove all vertices, edges and faces
|
||||
|
||||
.. versionadded:: 3.14
|
||||
%End
|
||||
|
||||
static bool compareFaces( const QgsMeshFace &face1, const QgsMeshFace &face2 );
|
||||
%Docstring
|
||||
Compare two faces, return true if they are equivalent : same indexes and same clock wise
|
||||
|
||||
.. versionadded:: 3.16
|
||||
%End
|
||||
|
||||
};
|
||||
|
@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
DualEdgeTriangulation.cpp
|
||||
QgsDualEdgeTriangulation.cpp
|
||||
-------------------------
|
||||
copyright : (C) 2004 by Marco Hugentobler
|
||||
email : mhugent@geo.unizh.ch
|
||||
@ -2663,6 +2663,7 @@ bool QgsDualEdgeTriangulation::pointInside( double x, double y )
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
else//point is on the right side
|
||||
{
|
||||
actedge = mHalfEdge[actedge]->getDual();
|
||||
|
@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
DualEdgeTriangulation.h - description
|
||||
/**************************************************************************
|
||||
QgsDualEdgeTriangulation.h - description
|
||||
-------------------
|
||||
copyright : (C) 2004 by Marco Hugentobler
|
||||
email : mhugent@geo.unizh.ch
|
||||
|
Loading…
x
Reference in New Issue
Block a user