ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/tmesh.h
Revision: 2.1
Committed: Wed Jun 22 12:35:22 1994 UTC (29 years, 11 months ago) by greg
Content type: text/plain
Branch: MAIN
Log Message:
Initial revision

File Contents

# Content
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;