IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2005, 9:39:29 AM (21 years ago)
Author:
gusciora
Message:

Asserts for psPolynomial, andvarious psCoord mods.

File:
1 edited

Legend:

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

    r4966 r5542  
    1111*  @author GLG, MHPCC
    1212*
    13 *  @version $Revision: 1.46 $ $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 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    290290);
    291291
     292psPlane* p_psProject(
     293    psPlane *out,
     294    const psSphere* coord,             ///< coordinate to project
     295    const psProjection* projection     ///< parameters of the projection
     296);
     297
    292298/** Reverse projection of a linear coordinate to a spherical coordinate system
    293299 *
     
    295301 */
    296302psSphere* 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 */
     311psSphere* p_psDeproject(
     312    psSphere *outSphere,
    297313    const psPlane* coord,              ///< coordinate to project
    298314    const psProjection* projection     ///< parameters of the projection
     
    314330 *  the order of the projection
    315331*/
    316 psS32 p_psIsProjectionLinear(
     332psBool p_psIsProjectionLinear(
    317333    psPlaneTransform *transform        ///< transform to test for linearity
    318334);
     335
    319336
    320337/** inverts a given transformation.
Note: See TracChangeset for help on using the changeset viewer.