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.5 by schorsch, Fri Jun 6 16:38:47 2003 UTC vs.
Revision 2.7 by greg, Fri Jun 27 06:53:21 2003 UTC

# Line 10 | Line 10
10   extern "C" {
11   #endif
12  
13 #include "copyright.h"
14
13   #define  EPSILON        FTINY           /* acceptable location error */
14  
15   #define  XPOS           03              /* x position mask */
# Line 24 | Line 22 | extern "C" {
22   #define  ABOVE          052             /* above bits */
23  
24  
25 < extern int      clip(FLOAT *ep1, FLOAT *ep2, FVECT min, FVECT max);
25 > extern int      clip(RREAL *ep1, RREAL *ep2, FVECT min, FVECT max);
26   extern int      plocate(FVECT p, FVECT min, FVECT max);
27  
28  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines