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 1.9 by greg, Sat Dec 15 15:01:40 1990 UTC vs.
Revision 1.11 by greg, Wed Oct 23 15:19:25 1991 UTC

# Line 24 | Line 24 | int  ac;
24   char  *av[];
25   {
26          double  atof(), sin(), cos();
27 <        double  xfmat[4][4], m4[4][4];
27 >        MAT4  xfmat, m4;
28          double  xfsca, dtmp;
29          int  i, icnt;
30  
# Line 132 | Line 132 | done:
132   }
133  
134  
135 #ifdef  INVXF
135   int
136   invxf(ret, ac, av)              /* invert transform specification */
137   register XF  *ret;
# Line 140 | Line 139 | int  ac;
139   char  *av[];
140   {
141          double  atof(), sin(), cos();
142 <        double  xfmat[4][4], m4[4][4];
142 >        MAT4  xfmat, m4;
143          double  xfsca, dtmp;
144          int  i, icnt;
145  
# Line 257 | Line 256 | char  *av[];
256          xf(&fx->f, ac, av);
257          return(invxf(&fx->b, ac, av));
258   }
260 #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines