Changeset 6039 for trunk/psLib/src/astro/psEarthOrientation.h
- Timestamp:
- Jan 18, 2006, 1:49:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psEarthOrientation.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psEarthOrientation.h
r6030 r6039 9 9 * @author Robert Daniel DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-01-18 00:41:29$11 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-01-18 23:49:06 $ 13 13 * 14 14 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 176 176 ); 177 177 178 /** Generates the complete spherical rotation to account for precession 179 * between two times. The equinoxes shall be Julian equinoxes. 180 * 181 * @return psSphere* the resulting spherical rotation 182 */ 183 psSphere* psSpherePrecess( 184 psSphere *coords, ///< coordinates (modified in-place) 185 const psTime *fromTime, ///< equinox of coords input 186 const psTime *toTime ///< equinox of coords output 187 ); 188 189 178 190 #endif // #ifndef PS_EARTH_ORIENTATION
Note:
See TracChangeset
for help on using the changeset viewer.
