Changeset 1526 for trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c
- Timestamp:
- Aug 12, 2004, 3:25:23 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMatrixVectorArithmetic.c
r1516 r1526 30 30 * @author Ross Harman, MHPCC 31 31 * 32 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $33 * @date $Date: 2004-08-1 2 18:24:32$32 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 33 * @date $Date: 2004-08-13 01:25:23 $ 34 34 * 35 35 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 90 90 91 91 // Conversion for degrees to radians 92 #define D2R M_PIl/180.092 #define D2R 0.01745329252111111 /* PI/180 */ 93 93 94 94 // Conversion for radians to degrees 95 #define R2D 180.0/M_PIl95 #define R2D 57.29577950924861 /* 180.0/PI */ 96 96 97 97 // Division with NAN checking
Note:
See TracChangeset
for help on using the changeset viewer.
