fix typo and SIP

This commit is contained in:
vcloarec 2020-08-05 21:41:47 -04:00 committed by Nyall Dawson
parent 32ebbd88b2
commit 4ee10b5f88
3 changed files with 11 additions and 3 deletions

View File

@ -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
};

View File

@ -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();

View File

@ -1,5 +1,5 @@
/***************************************************************************
DualEdgeTriangulation.h - description
/**************************************************************************
QgsDualEdgeTriangulation.h - description
-------------------
copyright : (C) 2004 by Marco Hugentobler
email : mhugent@geo.unizh.ch