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

Comparing ray/src/ot/o_face.c (file contents):
Revision 2.3 by schorsch, Sun Jul 27 22:12:03 2003 UTC vs.
Revision 2.5 by schorsch, Tue Mar 30 16:13:00 2004 UTC

# Line 37 | Line 37 | static const char      RCSid[] = "$Id$";
37   *      5) If test 4 fails, we have no intersection.
38   */
39  
40 <
41 < o_face(o, cu)                   /* determine if face intersects cube */
42 < OBJREC  *o;
43 < CUBE  *cu;
40 > int
41 > o_face(         /* determine if face intersects cube */
42 >        OBJREC  *o,
43 >        CUBE  *cu
44 > )
45   {
46          FVECT  cumin, cumax;
47          FVECT  v1, v2;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines