Changeset 5483 for trunk/psLib/src/astro/psSphereOps.h
- Timestamp:
- Nov 7, 2005, 10:52:43 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psSphereOps.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psSphereOps.h
r5444 r5483 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-1 0-25 00:38:00$9 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-11-07 20:52:43 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 186 186 * coordinate systems. 187 187 * 188 * @return psSphere Transform* transform for ICRS->Ecliptic coordinate systems188 * @return psSphereRot* transform for ICRS->Ecliptic coordinate systems 189 189 */ 190 190 psSphereRot* psSphereRotICRSToEcliptic( … … 195 195 * coordinate systems. 196 196 * 197 * @return psSphere Transform* transform for Ecliptic->ICRS coordinate systems197 * @return psSphereRot* transform for Ecliptic->ICRS coordinate systems 198 198 */ 199 199 psSphereRot* psSphereRotEclipticToICRS( … … 204 204 * coordinate systems. 205 205 * 206 * @return psSphereRot* new sphere rotation for ICRS to Galactic transformations. 206 207 */ 207 208 psSphereRot* psSphereRotICRSToGalactic(void); … … 210 211 * coordinate systems. 211 212 * 213 * @return psSphereRot* new sphere rotation for Galactic to ICRS transformations. 212 214 */ 213 215 psSphereRot* psSphereRotGalacticToICRS(void);
Note:
See TracChangeset
for help on using the changeset viewer.
