| Revision: | 2.1 |
| Committed: | Wed Jun 22 12:35:22 1994 UTC (31 years, 4 months ago) by greg |
| Content type: | text/plain |
| Branch: | MAIN |
| Log Message: | Initial revision |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | greg | 2.1 | /* Copyright (c) 1994 Regents of the University of California */ |
| 2 | |||
| 3 | /* SCCSid "$SunId$ LBL" */ | ||
| 4 | |||
| 5 | /* | ||
| 6 | * Header file for triangle mesh routines using barycentric coordinates | ||
| 7 | */ | ||
| 8 | |||
| 9 | #define TCALNAME "tmesh.cal" /* the name of our auxiliary file */ | ||
| 10 | |||
| 11 | typedef struct { | ||
| 12 | int ax; /* major axis */ | ||
| 13 | FLOAT tm[2][3]; /* transformation */ | ||
| 14 | } BARYCCM; |