Changeset 3243
- Timestamp:
- 08/06/04 07:28:51 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osg/CoordinateSystemNode
r3230 r3243 24 24 const double WGS_84_RADIUS_POLAR = 6356752.3142; 25 25 26 /** EllipsoidModel encapsulates the ellipso deused to model astral bodies such as plants, moon etc.*/26 /** EllipsoidModel encapsulates the ellipsoid used to model astral bodies such as plants, moon etc.*/ 27 27 class EllipsoidModel : public Object 28 28 { … … 93 93 94 94 95 /** Set the coo dinate system node up by copy the format, coordindate system string, and ellipsoid model of another coordindate system node.*/95 /** Set the coordinate system node up by copy the format, coordinate system string, and ellipsoid model of another coordinate system node.*/ 96 96 void set(const CoordinateSystemNode& csn); 97 97
