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

Comparing ray/src/hd/sm_geom.h (file contents):
Revision 3.12 by greg, Sat Feb 22 02:07:25 2003 UTC vs.
Revision 3.13 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 4 | Line 4
4   */
5  
6   /* Assumes included after standard.h  */
7 + #ifndef _RAD_SM_GEOM_H_
8 + #define _RAD_SM_GEOM_H_
9  
10   #include <values.h>
11  
12 + #ifdef __cplusplus
13 + extern "C" {
14 + #endif
15 +
16   #ifdef SMLFLT
17   #define EQUALITY_EPS 1e-6
18   #else
# Line 118 | Line 124 | double tri_normal();
124   double point_on_sphere();
125  
126  
127 + #ifdef __cplusplus
128 + }
129 + #endif
130 + #endif /* _RAD_SM_GEOM_H_ */
131  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines