IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2005, 9:26:48 AM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4162 r4190  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-06-08 23:40:45 $
     12*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-06-09 19:26:47 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    320320 */
    321321psSphere* psSphereGetOffset(
    322     const psSphere* position1,          ///< first position for calculating offset
    323     const psSphere* position2,          ///< second position for calculating offset
    324     psSphereOffsetMode mode,            ///< type of offset can be PS_SPHERICAL or PS_LINEAR
    325     psSphereOffsetUnit unit             ///< specifies the units of offset only
     322    const psSphere* position1,         ///< first position for calculating offset
     323    const psSphere* position2,         ///< second position for calculating offset
     324    psSphereOffsetMode mode,           ///< type of offset can be PS_SPHERICAL or PS_LINEAR
     325    psSphereOffsetUnit unit            ///< specifies the units of offset only
    326326);
    327327
     
    338338 */
    339339psSphere* psSphereSetOffset(
    340     const psSphere* position,           ///< coordinate of origin
    341     const psSphere* offset,             ///< coordinate of offset to apply
    342     psSphereOffsetMode mode,            ///< corresponds to an offset in angles or local projection
    343     psSphereOffsetUnit unit             ///< specifies the units of offset only
     340    const psSphere* position,          ///< coordinate of origin
     341    const psSphere* offset,            ///< coordinate of offset to apply
     342    psSphereOffsetMode mode,           ///< corresponds to an offset in angles or local projection
     343    psSphereOffsetUnit unit            ///< specifies the units of offset only
    344344);
    345345
     
    361361*/
    362362psPlaneTransform *p_psPlaneTransformLinearInvert(
    363     psPlaneTransform *transform         ///<    transform to invert
     363    psPlaneTransform *transform        ///<    transform to invert
    364364);
    365365
     
    371371*/
    372372psS32 p_psIsProjectionLinear(
    373     psPlaneTransform *transform          ///<     transform to test for linearity
     373    psPlaneTransform *transform        ///<     transform to test for linearity
    374374);
    375375
Note: See TracChangeset for help on using the changeset viewer.