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

Comparing ray/src/cv/mgflib/vect.h (file contents):
Revision 1.2 by greg, Fri Feb 28 20:11:30 2003 UTC vs.
Revision 1.3 by schorsch, Sat Jun 7 01:11:17 2003 UTC

# Line 1 | Line 1
1   /* RCSid: $Id$ */
2 < #ifndef __VECT_H
3 < #define __VECT_H
2 > #ifndef _MGF_VECT_H_
3 > #define _MGF_VECT_H_
4 > #ifdef __cplusplus
5 > extern "C" {
6 > #endif
7  
8 +
9   #include <stdio.h>
10  
11   typedef float Vector[3];
# Line 39 | Line 43 | void mat_decode (Matrix mat, Vector scale, Vector shea
43           transl);
44   float mat_inv (Matrix mat1, Matrix mat2);
45  
46 +
47 + #ifdef __cplusplus
48 + }
49   #endif
50 + #endif /* _MGF_VECT_H_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines