Searched refs:fBX (Results 1 – 2 of 2) sorted by relevance
979 const double fBX = fCX + aControlDiff.getX(); in getAllExtremumPositions() local991 const double fD = fBX*fBX - fAX*fCX; in getAllExtremumPositions()996 const double fQ = fBX + ((fBX >= 0) ? +fS : -fS); in getAllExtremumPositions()1002 else if( !fTools::equalZero(fBX) ) in getAllExtremumPositions()1005 impCheckExtremumResult(fCX / (2 * fBX), rResults); in getAllExtremumPositions()
637 double fBX = nBLTROffs * fBSin;642 double fKA = (fRBX * (fBY - fAY) - fRBY * (fBX - fAX)) / (fRBX * fRAY - fRAX * fRBY);
Completed in 40 milliseconds