--- ray/src/common/view.h 1989/02/02 10:34:24 1.1 +++ ray/src/common/view.h 1989/12/22 08:21:55 1.3 @@ -23,6 +23,8 @@ typedef struct { int vresolu; /* vertical resolution */ FVECT vhinc; /* computed horizontal increment */ FVECT vvinc; /* computed vertical increment */ + double vhn2; /* DOT(vhinc,vhinc) */ + double vvn2; /* DOT(vvinc,vvinc) */ } VIEW; /* view parameters */ extern VIEW stdview;