]> git.mxchange.org Git - flightgear.git/commitdiff
Added ONE_SECOND (in radians)
authorcurt <curt>
Mon, 24 Aug 1998 20:02:35 +0000 (20:02 +0000)
committercurt <curt>
Mon, 24 Aug 1998 20:02:35 +0000 (20:02 +0000)
fg_constants.h

index 28d70b2907a1a53c00ea9fa67835f2bb0f57034d..ba5764050b3c7205f2a86b54c6795ada92419252 100644 (file)
 #define FG_PI_4     0.78539816339744830961
 
 
+/* ONE_SECOND is pi/180/60/60, or about 100 feet at earths' equator */
+#define ONE_SECOND 4.848136811E-6
+
+
 /* Radius of Earth in kilometers at the equator.  Another source had
  * 6378.165 but this is probably close enough */
 #define EARTH_RAD 6378.155
 
 
 /* $Log$
-/* Revision 1.8  1998/07/12 03:07:13  curt
-/* Added #ifdef HAVE_CONFIG_H ...
+/* Revision 1.9  1998/08/24 20:02:35  curt
+/* Added ONE_SECOND (in radians)
 /*
+ * Revision 1.8  1998/07/12 03:07:13  curt
+ * Added #ifdef HAVE_CONFIG_H ...
+ *
  * Revision 1.7  1998/07/08 14:36:29  curt
  * Changed name of EQUATORIAL_RADIUS_KM and RESQ_KM to "M" since they were
  * in meters anyways.