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

Comparing ray/src/common/view.h (file contents):
Revision 2.9 by schorsch, Fri Jun 6 16:38:47 2003 UTC vs.
Revision 2.10 by schorsch, Thu Jun 26 00:58:09 2003 UTC

# Line 55 | Line 55 | extern char    *setview(VIEW *v);
55   extern void     normaspect(double va, double *ap, int *xp, int *yp);
56   extern double   viewray(FVECT orig, FVECT direc, VIEW *v, double x, double y);
57   extern void     viewloc(FVECT ip, VIEW *v, FVECT p);
58 < extern void     pix2loc(FLOAT loc[2], RESOLU *rp, int px, int py);
58 > extern void     pix2loc(RREAL loc[2], RESOLU *rp, int px, int py);
59   extern void     loc2pix(int pp[2], RESOLU *rp, double lx, double ly);
60   extern int      getviewopt(VIEW *v, int ac, char *av[]);
61   extern int      sscanview(VIEW *vp, char *s);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines