QGIS/python/core/auto_additions/qgsvector3d.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

8 lines
327 B
Python

# The following has been generated automatically from src/core/qgsvector3d.h
try:
QgsVector3D.dotProduct = staticmethod(QgsVector3D.dotProduct)
QgsVector3D.crossProduct = staticmethod(QgsVector3D.crossProduct)
QgsVector3D.perpendicularPoint = staticmethod(QgsVector3D.perpendicularPoint)
except NameError:
pass