Changeset 5446 for trunk/psLib/src/astro/psEarthOrientation.h
- Timestamp:
- Oct 25, 2005, 3:20:15 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
r5306 r5446 6 6 * @ingroup EarthOrientation 7 7 * 8 * @author Dave Robbins, MHPCC 8 9 * @author Robert Daniel DeSonia, MHPCC 9 10 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2005-10- 13 20:23:57$11 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-10-26 01:20:15 $ 12 13 * 13 14 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 55 56 ); 56 57 57 /** 58 /** Calculates the actual position of a star, given its apparent position and the 59 * position of the sun. 58 60 * 61 * The actual and apparent positions are represented as psSphere entries, as is 62 * position of the sun. If the value of actual is NULL, a new psSphere is allocated, 63 * otherwise the point to actual is used for the result. 59 64 * 60 * 65 * @return psSphere*: the apparent position of a star. 61 66 */ 62 67 psSphere *psGravityDeflection( 63 psSphere *apparent, ///< 64 psSphere *actual, ///< 65 psSphere *sun ///< 68 psSphere *apparent, ///< apparent position of star 69 psSphere *actual, ///< actual position of star 70 psSphere *sun ///< position of the sun 66 71 ); 67 72
Note:
See TracChangeset
for help on using the changeset viewer.
