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

Comparing ray/src/util/klems_half.cal (file contents):
Revision 1.4 by greg, Sun Aug 26 05:33:46 2018 UTC vs.
Revision 1.5 by greg, Thu Jul 14 02:52:02 2022 UTC

# Line 12 | Line 12 | Acos(x) : if(x-1, 0, if(-1-x, PI, acos(x))) / DEGREE;
12   posangle(a) : if(-a, a + 2*PI, a) / DEGREE;
13   Atan2(y,x) : posangle(atan2(y,x));
14  
15 < khpola(r) : select(r, 6.5, 19.5, 32.5, 46.5, 61.5, 76.5, 90);
16 < khnaz(r) : select(r, 1, 8, 12, 16, 20, 12, 4);
15 > khpola(r) : select(r, 6.5, 19.5, 32.5, 45.5, 58.5, 71.5, 90);
16 > khnaz(r) : select(r, 1, 8, 12, 16, 20, 12, 8);
17   khaccum(r) : if(r-.5, khnaz(r) + khaccum(r-1), 0);
18   khfindrow(r, pol) : if(r-khpola(0)+.5, r,
19                  if(pol-khpola(r), khfindrow(r+1, pol), r) );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines