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.1 by greg, Thu Feb 8 11:08:06 1996 UTC vs.
Revision 1.3 by schorsch, Sat Jun 7 01:11:17 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1996 Regents of the University of California */
1 > /* RCSid: $Id$ */
2 > #ifndef _MGF_VECT_H_
3 > #define _MGF_VECT_H_
4 > #ifdef __cplusplus
5 > extern "C" {
6 > #endif
7  
3 /* SCCSid "$SunId$ LBL" */
8  
5 #ifndef __VECT_H
6 #define __VECT_H
7
9   #include <stdio.h>
10  
11   typedef float Vector[3];
# Line 42 | 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