ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/xf.c
(Generate patch)

Comparing ray/src/common/xf.c (file contents):
Revision 2.5 by greg, Tue Feb 25 02:47:22 2003 UTC vs.
Revision 2.6 by greg, Fri Jun 27 06:53:22 2003 UTC

# Line 4 | Line 4 | static const char      RCSid[] = "$Id$";
4   /*
5   *  xf.c - routines to convert transform arguments into 4X4 matrix.
6   *
7 < *  External symbols declared in standard.h
7 > *  External symbols declared in rtmath.h
8   */
9  
10 < #include "copyright.h"
11 <
12 < #include  "standard.h"
10 > #include  "rtmath.h"
11 > #include  "rtio.h"
12  
13   #define  d2r(a)         ((PI/180.)*(a))
14  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines