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.8 by schorsch, Sat Jun 7 12:50:20 2003 UTC vs.
Revision 2.9 by schorsch, Thu Jun 26 00:58:09 2003 UTC

# Line 14 | Line 14 | extern "C" {
14  
15   #include  "fvect.h"
16  
17 < typedef FLOAT  MAT4[4][4];
17 > typedef RREAL  MAT4[4][4];
18  
19   #ifdef  BSD
20   #define  copymat4(m4a,m4b)      bcopy((void *)m4b,(void *)m4a,sizeof(MAT4))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines