ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/rev.cal
(Generate patch)

Comparing ray/src/gen/rev.cal (file contents):
Revision 2.1 by greg, Tue Nov 12 17:05:14 1991 UTC vs.
Revision 2.2 by gwlarson, Thu Jul 9 13:06:20 1998 UTC

# Line 9 | Line 9
9          (A3,A4) =       (Mr,Br)
10   }
11  
12 + rev_dr = rev_rad*A3 + A4;
13 + rev_rad = sqrt(Px*Px + Py*Py);
14 +
15   rev_dx = rev_dr * Px/rev_rad;
16   rev_dy = rev_dr * Py/rev_rad;
17   rev_dz = Pz*A1 + A2;
15
16 rev_dr = rev_rad*A3 + A4;
17 rev_rad = sqrt(Px*Px + Py*Py);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines