mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-06 00:03:16 -05:00
By moving logic to abstract geometry subclasses so that they can trivially retrieve the vertex number, instead of relying on the inefficient coordinateSequence method. Has flow on speed boosts to many geometry operations like calculation of closest points in a geometry, which will benefit snapping related operations.