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.1 by greg, Thu Feb 2 10:34:24 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  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