|
SAGA API
v9.6
|
Go to the documentation of this file.
83 x = 0; y = 0;
return(
false );
89 if ( x < 0 ) { x = 0 ; bResult =
false; }
90 else if( x >=
Get_NX() ) { x =
Get_NX() - 1; bResult =
false; }
93 if ( y < 0 ) { y = 0 ; bResult =
false; }
94 else if( y >=
Get_NY() ) { y =
Get_NY() - 1; bResult =
false; }