Changeset 6039 for trunk/psLib/src/astro/psSphereOps.h
- Timestamp:
- Jan 18, 2006, 1:49:06 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psSphereOps.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psSphereOps.h
r5483 r6039 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $10 * @date $Date: 200 5-11-07 20:52:43$9 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-01-18 23:49:06 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 215 215 psSphereRot* psSphereRotGalacticToICRS(void); 216 216 217 /** Generates the complete spherical rotation to account for precession218 * between two times. The equinoxes shall be Julian equinoxes.219 *220 * @return psSphere* the resulting spherical rotation221 */222 psSphere* psSpherePrecess(223 psSphere *coords, ///< coordinates (modified in-place)224 const psTime *fromTime, ///< equinox of coords input225 const psTime *toTime ///< equinox of coords output226 );227 228 217 /// @} 229 218
Note:
See TracChangeset
for help on using the changeset viewer.
