Changeset 5542 for trunk/psLib/src/astro/psCoord.h
- Timestamp:
- Nov 18, 2005, 9:39:29 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.h
r4966 r5542 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.4 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2005- 09-07 23:51:20$13 * @version $Revision: 1.47 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-11-18 19:39:29 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 290 290 ); 291 291 292 psPlane* p_psProject( 293 psPlane *out, 294 const psSphere* coord, ///< coordinate to project 295 const psProjection* projection ///< parameters of the projection 296 ); 297 292 298 /** Reverse projection of a linear coordinate to a spherical coordinate system 293 299 * … … 295 301 */ 296 302 psSphere* psDeproject( 303 const psPlane* coord, ///< coordinate to project 304 const psProjection* projection ///< parameters of the projection 305 ); 306 307 /** Private reverse projection of a linear coordinate to a spherical coordinate system 308 * 309 * @return psPlane* projected coordinate 310 */ 311 psSphere* p_psDeproject( 312 psSphere *outSphere, 297 313 const psPlane* coord, ///< coordinate to project 298 314 const psProjection* projection ///< parameters of the projection … … 314 330 * the order of the projection 315 331 */ 316 ps S32p_psIsProjectionLinear(332 psBool p_psIsProjectionLinear( 317 333 psPlaneTransform *transform ///< transform to test for linearity 318 334 ); 335 319 336 320 337 /** inverts a given transformation.
Note:
See TracChangeset
for help on using the changeset viewer.
