IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2006, 7:29:51 AM (20 years ago)
Author:
magnier
Message:

replaced p_psProject, p_psDeproject with psProject, psDeproject

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psCoord.h

    r7934 r10609  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.53 $ $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 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    288288 */
    289289psPlane* psProject(
    290     const psSphere* coord,             ///< coordinate to project
    291     const psProjection* projection     ///< parameters of the projection
    292 );
    293 
    294 psPlane* p_psProject(
    295290    psPlane *out,
    296291    const psSphere* coord,             ///< coordinate to project
     
    303298 */
    304299psSphere* psDeproject(
    305     const psPlane* coord,              ///< coordinate to project
    306     const psProjection* projection     ///< parameters of the projection
    307 );
    308 
    309 /** Private reverse projection of a linear coordinate to a spherical coordinate system
    310  *
    311  *  @return psPlane*    projected coordinate
    312  */
    313 psSphere* p_psDeproject(
    314300    psSphere *outSphere,
    315301    const psPlane* coord,              ///< coordinate to project
Note: See TracChangeset for help on using the changeset viewer.