Re: [QGIS-Developer] QgsGeometryUtils.lineCircleIntersection

2023-02-13 Thread Andrea Giudiceandrea via QGIS-Developer
Hi Antonio, Il 13/02/2023 15:46, Antonio Locandro via QGIS-Developer ha scritto: I am trying to use this on a script I am writing however I can’t seem to get what the syntax for the Qgs Vector should be, I was expecting just to put directly an angle but it is something else. QgsVector(x:

[QGIS-Developer] QgsGeometryUtils.lineCircleIntersection

2023-02-13 Thread Antonio Locandro via QGIS-Developer
Hello all, I am trying to use this on a script I am writing however I can’t seem to get what the syntax for the Qgs Vector should be, I was expecting just to put directly an angle but it is something else. lineIntersection(p1: QgsPoint, v1: QgsVector, p2: QgsPoint, v2: QgsVector) →