ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/lib/corrug.cal
Revision: 1.1
Committed: Wed Mar 12 17:45:47 2003 UTC (22 years, 1 month ago) by greg
Branch: MAIN
Log Message:
Added the rest of the missing files to ray/lib/

File Contents

# User Rev Content
1 greg 1.1 {
2     Rippled roofing iron
3     P.D.Bourke
4     September 1991
5    
6     One parameter, A1 = number of cycles per unit distance
7     }
8     theta = 4 * PI * (frac(A1*2*PI*Px) - 0.5);
9     zcor = 1 + cos(theta);
10     xcor = zcor * sin(theta);
11     ycor = 0;