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

Comparing ray/src/common/plocate.h (file contents):
Revision 2.2 by greg, Sun Dec 19 21:06:43 1993 UTC vs.
Revision 2.7 by greg, Fri Jun 27 06:53:21 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1986 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
1 > /* RCSid $Id$ */
2   /*
3   *  plocate.h - header for 3D vector location.
4   *
5 < *     8/28/85
5 > *  Include after fvect.h
6   */
7 + #ifndef _RAD_PLOCATE_H_
8 + #define _RAD_PLOCATE_H_
9 + #ifdef __cplusplus
10 + extern "C" {
11 + #endif
12  
13   #define  EPSILON        FTINY           /* acceptable location error */
14  
# Line 18 | Line 20
20  
21   #define  BELOW          025             /* below bits */
22   #define  ABOVE          052             /* above bits */
23 +
24 +
25 + extern int      clip(RREAL *ep1, RREAL *ep2, FVECT min, FVECT max);
26 + extern int      plocate(FVECT p, FVECT min, FVECT max);
27 +
28 +
29 + #ifdef __cplusplus
30 + }
31 + #endif
32 + #endif /* _RAD_PLOCATE_H_ */
33 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines