Searched refs:iBestDim (Results 1 – 1 of 1) sorted by relevance
2470 int iBestDim = 0; in splitNodeStartree() local2534 iBestDim = ii; in splitNodeStartree()2540 memcpy(pBboxLeft, &aCell[aaSorted[iBestDim][0]], sizeof(RtreeCell)); in splitNodeStartree()2541 memcpy(pBboxRight, &aCell[aaSorted[iBestDim][iBestSplit]], sizeof(RtreeCell)); in splitNodeStartree()2545 RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]]; in splitNodeStartree()