IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17035


Ignore:
Timestamp:
Mar 18, 2008, 8:25:00 AM (18 years ago)
Author:
eugene
Message:

adding PS_DEG_RAD, and PS_RAD_DEG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psConstants.h

    r11248 r17035  
    55 * @author GLG, MHPCC
    66 *
    7  * @version $Revision: 1.95 $ $Name: not supported by cvs2svn $
    8  * @date $Date: 2007-01-23 22:47:23 $
     7 * @version $Revision: 1.96 $ $Name: not supported by cvs2svn $
     8 * @date $Date: 2008-03-18 18:25:00 $
    99 *
    1010 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4949#define RAD_TO_SEC(RADIANS) ((RADIANS) * 180.0 * 60.0 * 60.0 / M_PI)
    5050
     51# define PS_DEG_RAD 57.295779513082322
     52# define PS_RAD_DEG  0.017453292519943
     53
    5154/*****************************************************************************
    5255    Misc. macros:
Note: See TracChangeset for help on using the changeset viewer.