Searched refs:bRightEqualZero (Results 1 – 1 of 1) sorted by relevance
128 bool bRightEqualZero(aRight.equalZero()); in ImpSubDivAngleStart() local131 if(bLeftEqualZero && bRightEqualZero) in ImpSubDivAngleStart()143 const bool bRightParallel(bRightEqualZero ? true : areParallel(aRight, aBase)); in ImpSubDivAngleStart()168 if(!bRightEqualZero) in ImpSubDivAngleStart()183 bRightEqualZero = true; in ImpSubDivAngleStart()187 if(bLeftEqualZero && bRightEqualZero) in ImpSubDivAngleStart()216 bool bAngleIsSmallerRight(bAllParallel && bRightEqualZero); in ImpSubDivAngleStart()220 const B2DVector aRightRight(bRightEqualZero ? aS2R - aS1R : aS1R - rfPB); // #i72104# in ImpSubDivAngleStart()
Completed in 14 milliseconds