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

Comparing ray/src/common/face.h (file contents):
Revision 1.2 by greg, Tue Feb 21 14:39:56 1989 UTC vs.
Revision 1.3 by greg, Wed Oct 23 12:19:26 1991 UTC

# Line 12 | Line 12
12  
13   typedef struct {        /* a polygonal face */
14          FVECT  norm;            /* the plane's unit normal */
15 <        double  offset;         /* plane equation:  DOT(norm, v) == offset */
16 <        double  area;           /* area of face */
17 <        double  *va;            /* vertex array (o->oargs.farg) */
15 >        FLOAT  offset;          /* plane equation:  DOT(norm, v) == offset */
16 >        FLOAT  area;            /* area of face */
17 >        FLOAT  *va;             /* vertex array (o->oargs.farg) */
18          short  nv;              /* # of vertices */
19          short  ax;              /* axis closest to normal */
20   } FACE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines