Opened 11 years ago
Last modified 7 years ago
#2575 new patch
Create ST_RotateXYZ
Reported by: | smathermather | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | postgis | Version: | 2.1.x |
Keywords: | Cc: |
Description
Create three axis rotate function geometry ST_RotateXYZ(geomA geometry, rotRadiansX double precision, rotRadiansY double precision, rotRadiansZ double precision, pointOrigin geometry)
Patch attached
Attachments (1)
Change History (7)
by , 11 years ago
Attachment: | ST_RotateXYZ.sql added |
---|
comment:1 by , 11 years ago
Milestone: | PostGIS 2.1.2 → PostGIS 2.2.0 |
---|
comment:3 by , 9 years ago
Milestone: | PostGIS 2.2.0 → PostGIS 2.3.0 |
---|
Steve sorry I missed this one but its an api change so too late for me to commit for this round.
comment:4 by , 8 years ago
Milestone: | PostGIS 2.3.0 → PostGIS 2.4.0 |
---|
I think ST_Rotate functions have changed so much since this patch, that it needs a rethink. Also I'd rather much of the work be done in C than in SQL.
comment:5 by , 7 years ago
Milestone: | PostGIS 2.4.0 → PostGIS Future |
---|
Note:
See TracTickets
for help on using tickets.
Patch for ST_RotateXYZ