home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 8
/
CDASC08.ISO
/
NEWS
/
RADIANCE
/
SCN
/
PODLIFE
/
FLUKE.CAL
< prev
next >
Wrap
Text File
|
1993-10-07
|
782b
|
31 lines
{
Parameters for Bicubic Rational Patch
}
nrows = 4;
ncols = 4;
Px(i,j) = select( (i-1)*4+j,
0.5, 0.32262, 0.193578, 0.104524,
0.5, 0.286804, 0.00901883, -0.169621,
0.5, 0.194508, 0.0453709, -0.108177,
-0.189693, -0.294741, -0.373604, -0.457331
);
Py(i,j) = select( (i-1)*4+j,
-0.5, -0.486028, -0.512917, -0.491699,
-0.166667, -0.0899162, -0.104904, -0.142638,
0.166667, 0.165846, 0.232517, 0.150724,
0.528947, 0.544121, 0.555375, 0.555075
);
Pz(i,j) = select( (i-1)*4+j,
0, -0.0796445, -0.0990403, 0,
0, -0.109165, -0.0800447, 0,
0, -0.141696, -0.0659265, 0,
0, 0, 0, 0
);
W(i,j) = select( (i-1)*4+j,
1, 1, 1, 0.519854,
1, 1, 1, 1,
1, 1, 1, 1,
1, 1, 1, 1
);