From b12d2094634089b1e11c19f15ddbf6bfa4d0796d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 14 Apr 2008 10:38:37 +0000 Subject: [PATCH] Added docs explaining units --- include/osg/CoordinateSystemNode | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/osg/CoordinateSystemNode b/include/osg/CoordinateSystemNode index ba6d9821a..f13ecac0c 100644 --- a/include/osg/CoordinateSystemNode +++ b/include/osg/CoordinateSystemNode @@ -24,7 +24,9 @@ const double WGS_84_RADIUS_EQUATOR = 6378137.0; const double WGS_84_RADIUS_POLAR = 6356752.3142; /** EllipsoidModel encapsulates the ellipsoid used to model astronomical bodies, - * such as sun, planets, moon etc. */ + * such as sun, planets, moon etc. + * All distance quantities (i.e. heights + radius) are in meters, + * and latitude and longitude are in radians.*/ class EllipsoidModel : public Object { public: