Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
69 additions
and 8 deletions.
- +2 −2 python/core/geometry/qgspolygon.sip
- +1 −1 python/core/geometry/qgstriangle.sip
- +1 −1 src/core/geometry/qgspolygon.cpp
- +1 −1 src/core/geometry/qgspolygon.h
- +1 −1 src/core/geometry/qgstriangle.cpp
- +1 −1 src/core/geometry/qgstriangle.h
- +18 −0 tests/src/core/testqgsgeometry.cpp
- +44 −1 tests/src/python/test_qgsgeometry.py