Searched refs:fFarEdgeThreshold (Results 1 – 1 of 1) sorted by relevance
380 const double fFarEdgeThreshold = 1.0 - fPosCheckThreshold; in moveObject() local381 if( ( fAmountX > 0.0 && (aLowerRight.Primary > fFarEdgeThreshold)) || in moveObject()383 ( fAmountY > 0.0 && (aLowerRight.Secondary > fFarEdgeThreshold)) || in moveObject()
Completed in 13 milliseconds