From: Paul Ramsey Date: Sun, 25 Jan 2004 19:33:00 +0000 (+0000) Subject: Test commit on new CVS archive. X-Git-Tag: pgis_0_8_2~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d140dd5c61e5de22d0231705bbac4ac33f85b86;p=postgis Test commit on new CVS archive. git-svn-id: http://svn.osgeo.org/postgis/trunk@432 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis.h b/postgis.h index 85e6b6baf..001c292a4 100644 --- a/postgis.h +++ b/postgis.h @@ -11,6 +11,9 @@ * ********************************************************************** * $Log$ + * Revision 1.41 2004/01/25 19:33:00 pramsey + * Test commit on new CVS archive. + * * Revision 1.40 2004/01/21 19:04:03 strk * Added line_interpolate_point function by jsunday@rochgrp.com * @@ -86,10 +89,13 @@ #endif -//standard definition of an ellipsoid (what wkt calls a spheroid) -// f = (a-b)/a -// e_sq = (a*a - b*b)/(a*a) -// b = a - fa +/* + * standard definition of an ellipsoid (what wkt calls a spheroid) + * f = (a-b)/a + * e_sq = (a*a - b*b)/(a*a) + * b = a - fa + */ + typedef struct { double a; //semimajor axis