Searched refs:fAY (Results 1 – 2 of 2) sorted by relevance
1005 const double fAY = 3 * aControlDiff.getY() + (maEndPoint.getY() - maStartPoint.getY()); in getAllExtremumPositions() local1013 if( !fTools::equalZero(fAY) ) in getAllExtremumPositions()1016 const double fD = fBY*fBY - fAY*fCY; in getAllExtremumPositions()1022 impCheckExtremumResult(fQ / fAY, rResults); in getAllExtremumPositions()
631 double fAY = nTLBROffs * fACos;642 double fKA = (fRBX * (fBY - fAY) - fRBY * (fBX - fAX)) / (fRBX * fRAY - fRAX * fRBY);643 return lclD2L( fAY + fKA * fRAY );