Searched refs:fBY (Results 1 – 2 of 2) sorted by relevance
1010 const double fBY = fCY + aControlDiff.getY(); in getAllExtremumPositions() local1022 const double fD = fBY*fBY - fAY*fCY; in getAllExtremumPositions()1027 const double fQ = fBY + ((fBY >= 0) ? +fS : -fS); in getAllExtremumPositions()1033 else if( !fTools::equalZero(fBY) ) in getAllExtremumPositions()1036 impCheckExtremumResult(fCY / (2 * fBY), rResults); in getAllExtremumPositions()
638 double fBY = nBLTROffs * fBCos;642 double fKA = (fRBX * (fBY - fAY) - fRBY * (fBX - fAX)) / (fRBX * fRAY - fRAX * fRBY);
Completed in 29 milliseconds