if (ct.ll[1]-epsilon>input.y||ct.ll[0]-epsilon>input.x||ct.ll[1]+(ct.lim[1]-1)*ct.del[1]+epsilon<input.y||ct.ll[0]+(ct.lim[0]-1)*ct.del[0]+epsilon<input.x){
continue;
}
/* If we have child nodes, check to see if any of them apply. */
/* TODO : only plain grid has been implemented ... */
/* we found a more refined child node to use */
/* load the grid shift info if we don't have it. */
/* TODO : ..grids pre-loaded (as they can be huge ...) */