IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 19, 2005, 3:21:13 PM (21 years ago)
Author:
drobbin
Message:

changed psPolynomial fxns to use F64 and removed psDPoly fxns

File:
1 edited

Legend:

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

    r4401 r4581  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-06-27 20:38:11 $
     12*  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-07-20 01:21:13 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7171typedef struct
    7272{
    73     psDPolynomial2D* x;         ///< 2D polynomial transform of X coordinates
    74     psDPolynomial2D* y;         ///< 2D polynomial transform of Y coordinates
     73    psPolynomial2D* x;         ///< 2D polynomial transform of X coordinates
     74    psPolynomial2D* y;         ///< 2D polynomial transform of Y coordinates
    7575}
    7676psPlaneTransform;
     
    9090typedef struct
    9191{
    92     psDPolynomial4D* x;         ///< 4D polynomial transform of X coordinates
    93     psDPolynomial4D* y;         ///< 4D polynomial transform of Y coordinates
     92    psPolynomial4D* x;         ///< 4D polynomial transform of X coordinates
     93    psPolynomial4D* y;         ///< 4D polynomial transform of Y coordinates
    9494}
    9595psPlaneDistort;
Note: See TracChangeset for help on using the changeset viewer.