Home | History | Annotate | Download | only in rtree

Lines Matching refs:xright1

1955       double xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]);
1958 || (xleft1<xright1)
1959 || (xleft1==xright1 && xleft2<xright2)
1976 float xright1 = aCell[aIdx[jj]].aCoord[iDim*2];
1978 assert( xleft1<=xright1 && (xleft1<xright1 || xleft2<=xright2) );