Searched refs:fAX (Results 1 – 2 of 2) sorted by relevance
980 const double fAX = 3 * aControlDiff.getX() + (maEndPoint.getX() - maStartPoint.getX()); in getAllExtremumPositions() local988 if( !fTools::equalZero(fAX) ) in getAllExtremumPositions()991 const double fD = fBX*fBX - fAX*fCX; in getAllExtremumPositions()997 impCheckExtremumResult(fQ / fAX, rResults); in getAllExtremumPositions()
630 double fAX = -nTLBROffs * fASin;642 double fKA = (fRBX * (fBY - fAY) - fRBY * (fBX - fAX)) / (fRBX * fRAY - fRAX * fRBY);
Completed in 23 milliseconds