Home
last modified time | relevance | path

Searched refs:fc_minz (Results 1 – 3 of 3) sorted by relevance

/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplot3d.c52 static PLFLT fc_minz, fc_maxz; variable
241 plcol1(((z[0] + z[1] + z[2]) /3. - fc_minz) / (fc_maxz - fc_minz)); in shade_triangle()
367 fc_minz = plsc->ranmi; in c_plsurf3dl()
369 if (fc_maxz == fc_minz) { in c_plsurf3dl()
371 fc_maxz = fc_minz + 1e-6; in c_plsurf3dl()
546 plcol1((clev->level-fc_minz)/(fc_maxz-fc_minz)); in c_plsurf3dl()
941 fc_minz = plsc->ranmi; in c_plot3dcl()
944 if (fc_maxz == fc_minz) { in c_plot3dcl()
1097 plcol1((clev->level-fc_minz)/(fc_maxz-fc_minz)); in c_plot3dcl()
1351 c[n] = (z[xx0 - 1][yy0 - 1] - fc_minz)/(fc_maxz-fc_minz); in plt3zz()
[all …]
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplot3d.c52 static PLFLT fc_minz, fc_maxz; variable
294 plcol1( ( ( z[0] + z[1] + z[2] ) / 3. - fc_minz ) / ( fc_maxz - fc_minz ) ); in shade_triangle()
438 fc_minz = plsc->ranmi; in plfsurf3dl()
440 if ( fc_maxz == fc_minz ) in plfsurf3dl()
443 fc_maxz = fc_minz + 1e-6; in plfsurf3dl()
648 plcol1( ( clev->level - fc_minz ) / ( fc_maxz - fc_minz ) ); in plfsurf3dl()
1172 fc_minz = plsc->ranmi; in plfplot3dcl()
1175 if ( fc_maxz == fc_minz ) in plfplot3dcl()
1363 plcol1( ( clev->level - fc_minz ) / ( fc_maxz - fc_minz ) ); in plfplot3dcl()
1637 c[n] = ( getz( zp, x0 - 1, y0 - 1 ) - fc_minz ) / ( fc_maxz - fc_minz ); in plt3zz()
[all …]
/dports/math/plplot/plplot-5.15.0/src/
H A Dplot3d.c52 static PLFLT fc_minz, fc_maxz; variable
294 plcol1( ( ( z[0] + z[1] + z[2] ) / 3. - fc_minz ) / ( fc_maxz - fc_minz ) ); in shade_triangle()
438 fc_minz = plsc->ranmi; in plfsurf3dl()
440 if ( fc_maxz == fc_minz ) in plfsurf3dl()
443 fc_maxz = fc_minz + 1e-6; in plfsurf3dl()
648 plcol1( ( clev->level - fc_minz ) / ( fc_maxz - fc_minz ) ); in plfsurf3dl()
1172 fc_minz = plsc->ranmi; in plfplot3dcl()
1175 if ( fc_maxz == fc_minz ) in plfplot3dcl()
1363 plcol1( ( clev->level - fc_minz ) / ( fc_maxz - fc_minz ) ); in plfplot3dcl()
1637 c[n] = ( getz( zp, x0 - 1, y0 - 1 ) - fc_minz ) / ( fc_maxz - fc_minz ); in plt3zz()
[all …]