Changeset 2199 for trunk/psLib/src/astronomy/psCoord.h
- Timestamp:
- Oct 26, 2004, 11:57:42 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psCoord.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psCoord.h
r2048 r2199 1 2 1 /** @file psCoord.h 3 2 * … … 11 10 * @author George Gusciora, MHPCC 12 11 * 13 * @version $Revision: 1.1 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-10- 12 01:34:09$12 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-10-26 21:57:42 $ 15 14 * 16 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 215 214 * @return psSphereTransform* transform for ICRS->Ecliptic coordinate systems 216 215 */ 217 psSphereTransform* psSphereTransformICRS toEcliptic(216 psSphereTransform* psSphereTransformICRSToEcliptic( 218 217 psTime time ///< the time for which the resulting transform will be valid 219 218 ); … … 224 223 * @return psSphereTransform* transform for Ecliptic->ICRS coordinate systems 225 224 */ 226 psSphereTransform* psSphereTransformEcliptic toICRS(225 psSphereTransform* psSphereTransformEclipticToICRS( 227 226 psTime time ///< the time for which the resulting transform will be valid 228 227 ); … … 232 231 * 233 232 */ 234 psSphereTransform* psSphereTransformICRS toGalatic(void);233 psSphereTransform* psSphereTransformICRSToGalatic(void); 235 234 236 235 /** Creates the appropriate transform for converting from Galatic to ICRS … … 238 237 * 239 238 */ 240 psSphereTransform* psSphereTransformGalatic toICRS(void);239 psSphereTransform* psSphereTransformGalaticToICRS(void); 241 240 242 241 /** Projects a spherical coordinate to a linear coordinate system
Note:
See TracChangeset
for help on using the changeset viewer.
