[postgis-commits] svn - r3123 - trunk/doc
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Thu Oct 16 00:22:09 PDT 2008
Author: robe
Date: 2008-10-16 00:22:08 -0700 (Thu, 16 Oct 2008)
New Revision: 3123
Modified:
trunk/doc/reference_new.xml
Log:
update st_azimuth - it should be called vector instead of line since order of points reverses the angle
Modified: trunk/doc/reference_new.xml
===================================================================
--- trunk/doc/reference_new.xml 2008-10-16 07:21:25 UTC (rev 3122)
+++ trunk/doc/reference_new.xml 2008-10-16 07:22:08 UTC (rev 3123)
@@ -3767,7 +3767,7 @@
<refnamediv>
<refname>ST_Azimuth</refname>
- <refpurpose>Returns the angle in radians from the horizontal of the line defined by pointA and pointB</refpurpose>
+ <refpurpose>Returns the angle in radians from the horizontal of the vector defined by pointA and pointB</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
More information about the postgis-commits
mailing list