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

Comparing ray/src/ot/cvmesh.h (file contents):
Revision 2.3 by schorsch, Sat Jun 7 00:56:31 2003 UTC vs.
Revision 2.4 by schorsch, Thu Jun 26 00:58:10 2003 UTC

# Line 21 | Line 21 | extern FVECT   meshbounds[2];          /* mesh bounding box */
21  
22   extern MESH     *cvinit(char *nm);
23   extern int      cvpoly(OBJECT mo, int n, FVECT *vp,
24 <                                FVECT *vn, FLOAT (*vc)[2]);
24 >                                FVECT *vn, RREAL (*vc)[2]);
25   extern int      cvtri(OBJECT mo, FVECT vp1, FVECT vp2, FVECT vp3,
26                          FVECT vn1, FVECT vn2, FVECT vn3,
27 <                        FLOAT vc1[2], FLOAT vc2[2], FLOAT vc3[2]);
27 >                        RREAL vc1[2], RREAL vc2[2], RREAL vc3[2]);
28   extern void     cvmeshbounds(void);
29   extern MESH     *cvmesh(void);
30                                          /* defined in wfconv.c */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines