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

Comparing ray/src/common/standard.h (file contents):
Revision 1.7 by greg, Wed Oct 23 13:43:09 1991 UTC vs.
Revision 1.8 by greg, Wed Oct 23 15:19:23 1991 UTC

# Line 16 | Line 16
16                                  /* regular transformation */
17   typedef struct {
18          MAT4  xfm;                              /* transform matrix */
19 <        double  sca;                            /* scalefactor */
19 >        FLOAT  sca;                             /* scalefactor */
20   }  XF;
21                                  /* complemetary tranformation */
22   typedef struct {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines