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

Comparing ray/src/px/falsecolor.csh (file contents):
Revision 1.6 by greg, Tue May 28 16:06:46 1991 UTC vs.
Revision 1.8 by greg, Fri Aug 9 15:13:15 1991 UTC

# Line 79 | Line 79 | while ($#argv > 0)
79   end
80   mkdir $td
81   cat > $td/pc0.cal <<_EOF_
82 + PI : 3.14159265358979323846 ;
83   scale : $scale ;
84   mult : $mult ;
85   ndivs : $ndivs ;
# Line 86 | Line 87 | ndivs : $ndivs ;
87   or(a,b) : if(a,a,b);
88   EPS : 1e-7;
89   neq(a,b) : if(a-b-EPS,1,b-a-EPS);
90 < btwn(a,b) : if(a-x,-1,b-x);
90 > btwn(a,x,b) : if(a-x,-1,b-x);
91   clip(x) : if(x-1,1,if(x,x,0));
92   frac(x) : x - floor(x);
93   boundary(a,b) : neq(floor(ndivs*a),floor(ndivs*b));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines