Opened 7 years ago

Closed 7 years ago

#3876 closed patch (fixed)

ST_Angle function

Reported by: robe Owned by: robe
Priority: medium Milestone: PostGIS 2.5.0
Component: postgis Version: 2.4.x
Keywords: Cc:

Description

Hey,
new function with 2 behaviours,
ST_Angle(P1,P2,P3) returns the angle of P1P2P3
ST_ANgle(P1,P2,P3,P4) returns the angle of 2 vectors P1P2,P3P4

For an easy visual test, use the query in the doc to generate a few dozen angles, and display in qgis.
Cheers

From Remi Cura

Pull Request: https://github.com/postgis/postgis/pull/97

Change History (2)

comment:1 by robe, 7 years ago

Owner: changed from pramsey to robe

comment:2 by robe, 7 years ago

Resolution: fixed
Status: newclosed

In 15884:

ST_Angle function from Rémi Cura
Closes https://github.com/postgis/postgis/pull/97
Closes #3876

Note: See TracTickets for help on using tickets.