|
From: <kin...@us...> - 2004-02-19 06:55:25
|
Update of /cvsroot/teem/teem/src/moss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16501/moss Modified Files: xform.c Log Message: going crazy: replaced M_E with AIR_E and M_PI with AIR_PI, out of spite for windows Index: xform.c =================================================================== RCS file: /cvsroot/teem/teem/src/moss/xform.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** xform.c 7 Jan 2004 15:34:30 -0000 1.12 --- xform.c 19 Feb 2004 06:45:12 -0000 1.13 *************** *** 94,98 **** mossMatRotateSet (double *mat, double angle) { ! angle *= M_PI/180.0; MOSS_MAT_SET(mat, cos(angle), sin(angle), -sin(angle), cos(angle), 0, 0); return mat; --- 94,98 ---- mossMatRotateSet (double *mat, double angle) { ! angle *= AIR_PI/180.0; MOSS_MAT_SET(mat, cos(angle), sin(angle), -sin(angle), cos(angle), 0, 0); return mat; |