Changeset 3334 for trunk/psLib/src/astronomy/psCoord.h
- Timestamp:
- Feb 25, 2005, 12:29:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psCoord.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psCoord.h
r3264 r3334 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02- 17 19:26:23$12 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-25 22:29:19 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 292 292 ); 293 293 294 /** Creates the appropriate transform for converting from ICRS to Gala tic294 /** Creates the appropriate transform for converting from ICRS to Galactic 295 295 * coordinate systems. 296 296 * 297 297 */ 298 psSphereTransform* psSphereTransformICRSToGala tic(void);299 300 /** Creates the appropriate transform for converting from Gala tic to ICRS298 psSphereTransform* psSphereTransformICRSToGalactic(void); 299 300 /** Creates the appropriate transform for converting from Galactic to ICRS 301 301 * coordinate systems. 302 302 * 303 303 */ 304 psSphereTransform* psSphereTransformGala ticToICRS(void);304 psSphereTransform* psSphereTransformGalacticToICRS(void); 305 305 306 306 /** Allocates memory for a psProjection structure
Note:
See TracChangeset
for help on using the changeset viewer.
