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

Comparing ray/src/cv/tmesh.h (file contents):
Revision 2.1 by greg, Wed Jun 22 12:35:22 1994 UTC vs.
Revision 2.2 by greg, Wed Jul 24 13:07:46 1996 UTC

# Line 12 | Line 12 | typedef struct {
12          int     ax;             /* major axis */
13          FLOAT   tm[2][3];       /* transformation */
14   } BARYCCM;
15 +
16 + #ifndef COSTOL
17 + #define COSTOL          0.99985         /* cosine of tolerance for smoothing */
18 + #endif
19 +
20 +                                /* flat_tri() return values */
21 + #define ISBENT          0               /* is not flat */
22 + #define ISFLAT          1               /* is flat */
23 + #define RVBENT          2               /* reversed and not flat */
24 + #define RVFLAT          3               /* reversed and flat */
25 + #define DEGEN           -1              /* degenerate (zero area) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines