Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dedt_geomcon.c441 float xxbot,xxtop, yybot,yytop, zzbot,zztop, dxyzbot ; in EDIT_geomstring_from_collection() local
469 xxbot = yybot = zzbot = WAY_BIG ; dxyzbot = WAY_BIG ; in EDIT_geomstring_from_collection()
483 …if( xxmin < dxyzbot ) dxyzbot = xxmin; if( yymin < dxyzbot ) dxyzbot = yymin; if( zzmin < dxyzbot in EDIT_geomstring_from_collection()
485 nxnew = 1 + (int)((xxtop-xxbot)/dxyzbot) ; /* we use the smallest grid spacing */ in EDIT_geomstring_from_collection()
486 nynew = 1 + (int)((yytop-yybot)/dxyzbot) ; in EDIT_geomstring_from_collection()
487 nznew = 1 + (int)((zztop-zzbot)/dxyzbot) ; in EDIT_geomstring_from_collection()
488 LOAD_MAT44(cmat , dxyzbot , 0.0f , 0.0f , xxbot , in EDIT_geomstring_from_collection()
489 0.0f , dxyzbot , 0.0f , yybot , in EDIT_geomstring_from_collection()
490 0.0f , 0.0f , dxyzbot , zzbot ) ; in EDIT_geomstring_from_collection()