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

Comparing ray/src/cal/cal/spharm.cal (file contents):
Revision 1.4 by greg, Thu Feb 10 04:53:20 2005 UTC vs.
Revision 1.5 by greg, Thu Feb 10 17:07:45 2005 UTC

# Line 90 | Line 90 | SphericalHarmonicYi(l,m,theta,phi) : SHthetaF(l,m,thet
90          11      3       1       e
91          ...
92   }
93 < SH_B4(l,m,o,theta,phi) : if(m-.5, if(o, SphericalHarmonicYi(l,m,theta,phi),
93 > SH_B4(l,m,o,theta,phi) : if(m-.5, sqrt(2) *
94 >                                if(o, SphericalHarmonicYi(l,m,theta,phi),
95                                          SphericalHarmonicYr(l,m,theta,phi)),
96 <                                SHthetaF(l,0,theta) );
96 >                        SHthetaF(l,0,theta) );
97   SH_B3(l,r,theta,phi) : SH_B4(l,floor((r+1.00001)/2),odd(r+1),theta,phi);
98   SH_B2(l,i,theta,phi) : SH_B3(l,i-l*l-1,theta,phi);
99   SphericalHarmonicB(i,theta,phi) : SH_B2(ceil(sqrt(i)-1.00001),i,theta,phi);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines