IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2005, 12:02:16 PM (21 years ago)
Author:
desonia
Message:

changed PS_PI* to M_PI*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageManip.c

    r3682 r3884  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-04-07 20:27:42 $
     8 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-05-11 22:02:16 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    13151315
    13161316        if (rot == 90) {
    1317             radianRot = PS_PI_2;
     1317            radianRot = M_PI_2;
    13181318        } else if (rot == -90) {
    1319             radianRot = PS_PI+PS_PI_2;
     1319            radianRot = M_PI+M_PI_2;
    13201320        } else if (rot == 180 || rot == -180) {
    1321             radianRot = PS_PI;
     1321            radianRot = M_PI;
    13221322        } else {
    1323             radianRot = ((float)rot)*PS_PI/180.0;
     1323            radianRot = ((float)rot)*M_PI/180.0;
    13241324        }
    13251325
Note: See TracChangeset for help on using the changeset viewer.