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

Comparing ray/src/rt/ray.h (file contents):
Revision 2.4 by greg, Tue Dec 20 20:18:20 1994 UTC vs.
Revision 2.5 by greg, Thu Nov 2 17:38:07 1995 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1994 Regents of the University of California */
1 > /* Copyright (c) 1995 Regents of the University of California */
2  
3   /* SCCSid "$SunId$ LBL" */
4  
# Line 55 | Line 55 | typedef struct ray {
55   extern int  raytrace();
56  
57   extern double  raynormal();
58 +
59 + extern double  raydistance();
60  
61   extern int  dimlist[];          /* dimension list for distribution */
62   extern int  ndims;              /* number of dimensions so far */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines