Changeset 10609 for trunk/psLib/src/astro/psCoord.h
- Timestamp:
- Dec 10, 2006, 7:29:51 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.h
r7934 r10609 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.5 3$ $Name: not supported by cvs2svn $14 * @date $Date: 2006- 07-18 22:50:47$13 * @version $Revision: 1.54 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-12-10 17:29:51 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 288 288 */ 289 289 psPlane* psProject( 290 const psSphere* coord, ///< coordinate to project291 const psProjection* projection ///< parameters of the projection292 );293 294 psPlane* p_psProject(295 290 psPlane *out, 296 291 const psSphere* coord, ///< coordinate to project … … 303 298 */ 304 299 psSphere* psDeproject( 305 const psPlane* coord, ///< coordinate to project306 const psProjection* projection ///< parameters of the projection307 );308 309 /** Private reverse projection of a linear coordinate to a spherical coordinate system310 *311 * @return psPlane* projected coordinate312 */313 psSphere* p_psDeproject(314 300 psSphere *outSphere, 315 301 const psPlane* coord, ///< coordinate to project
Note:
See TracChangeset
for help on using the changeset viewer.
