| # | 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; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |