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 1.2 by greg, Sun Dec 10 13:41:08 1989 UTC vs.
Revision 1.3 by greg, Fri Dec 22 08:21:55 1989 UTC

# Line 23 | Line 23 | typedef struct {
23          int  vresolu;           /* vertical resolution */
24          FVECT  vhinc;           /* computed horizontal increment */
25          FVECT  vvinc;           /* computed vertical increment */
26 <        double  vhs2;           /* 1.0/DOT(vhinc,vhinc) */
27 <        double  vvs2;           /* 1.0/DOT(vvinc,vvinc) */
26 >        double  vhn2;           /* DOT(vhinc,vhinc) */
27 >        double  vvn2;           /* DOT(vvinc,vvinc) */
28   } VIEW;                 /* view parameters */
29  
30   extern VIEW  stdview;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines