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

Comparing ray/src/cv/mgflib/parser.h (file contents):
Revision 1.35 by schorsch, Thu Jun 26 00:58:09 2003 UTC vs.
Revision 1.36 by schorsch, Mon Jun 30 14:59:11 2003 UTC

# Line 297 | Line 297 | extern void    obj_clear(void);                /* clear object stack */
297  
298   typedef RREAL  MAT4[4][4];
299  
300 #ifdef  BSD
301 #define  copymat4(m4a,m4b)      bcopy((char *)m4b,(char *)m4a,sizeof(MAT4))
302 #else
300   #define  copymat4(m4a,m4b)      (void)memcpy((char *)m4a,(char *)m4b,sizeof(MAT4))
304 #endif
301  
302   #define  MAT4IDENT              { {1.,0.,0.,0.}, {0.,1.,0.,0.}, \
303                                  {0.,0.,1.,0.}, {0.,0.,0.,1.} }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines