ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pinterp.c
(Generate patch)

Comparing ray/src/px/pinterp.c (file contents):
Revision 1.19 by greg, Tue Jan 16 11:29:14 1990 UTC vs.
Revision 1.20 by greg, Tue Jan 16 16:10:57 1990 UTC

# Line 362 | Line 362 | struct position        *lasty;         /* input/output */
362          struct position lastx, newpos;
363          register int    x;
364  
365 +        lastx.z = 0;
366          for (x = thresolu-1; x >= 0; x--) {
367                  pos[0] = (x+.5)/thresolu + theirview.hoff - .5;
368                  pos[1] = (y+.5)/tvresolu + theirview.voff - .5;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines