IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 3, 2005, 11:58:53 AM (22 years ago)
Author:
desonia
Message:

made psImageRotate take radian rotation value instead of degrees.

File:
1 edited

Legend:

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

    r2847 r2860  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-12-29 22:15:51 $
     8 *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-01-03 21:58:52 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3030 *****************************************************************************/
    3131#define PS_ONE 1.0
     32#define PS_PI   3.1415926535897932384626433832795029  /* pi */
     33#define PS_PI_2 1.5707963267948966192313216916397514  /* pi/2 */
     34#define PS_PI_4 0.7853981633974483096156608458198757  /* pi/4 */
     35#define PS_1_PI 0.3183098861837906715377675267450287  /* 1/pi */
     36#define PS_2_PI 0.6366197723675813430755350534900574  /* 2/pi */
    3237
    3338/*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.