Searched refs:fAY (Results 1 – 2 of 2) sorted by relevance
1011 const double fAY = 3 * aControlDiff.getY() + (maEndPoint.getY() - maStartPoint.getY()); in getAllExtremumPositions() local1019 if( !fTools::equalZero(fAY) ) in getAllExtremumPositions()1022 const double fD = fBY*fBY - fAY*fCY; in getAllExtremumPositions()1028 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 );
Completed in 87 milliseconds