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

Comparing ray/src/common/mat4.h (file contents):
Revision 2.1 by greg, Tue Nov 12 16:54:56 1991 UTC vs.
Revision 2.2 by greg, Fri Mar 5 15:14:03 1993 UTC

# Line 17 | Line 17 | typedef FLOAT  MAT4[4][4];
17   extern char  *memcpy();
18   #endif
19  
20 < #define  MAT4IDENT              { 1.,0.,0.,0., 0.,1.,0.,0., \
21 <                                0.,0.,1.,0., 0.,0.,0.,1. }
20 > #define  MAT4IDENT              { {1.,0.,0.,0.}, {0.,1.,0.,0.}, \
21 >                                {0.,0.,1.,0.}, {0.,0.,0.,1.} }
22  
23   extern MAT4  m4ident;
24  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines