Changeset 5466 for trunk/psLib/src/astro/psEarthOrientation.h
- Timestamp:
- Nov 2, 2005, 6:31:22 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
r5455 r5466 9 9 * @author Robert Daniel DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-11-0 2 01:07:25$11 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-11-03 04:31:22 $ 13 13 * 14 14 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 77 77 ); 78 78 79 /** Calculate the parallax factor for the given position and time. 79 80 /* Calculate the parallax factor for the given position and time. 80 81 * 81 82 * @return double: the calculated parallax factor. 82 83 */ 84 /* 83 85 double psEOC_ParallaxFactor( 84 86 const psSphere *coords, ///< specified position 85 87 const psTime *time ///< specified time 86 88 ); 89 */ 87 90 88 91 /** Calculates the components of the rotation between the CEO and GCRS frames, X, Y,
Note:
See TracChangeset
for help on using the changeset viewer.
