Searched refs:fBx (Results 1 – 2 of 2) sorted by relevance
94 double fBy = rFunction.GetValue(fBx); in lcl_IterateInverse()102 fAx += 2.0 * (fAx - fBx); in lcl_IterateInverse()105 fBx = fTemp; in lcl_IterateInverse()111 fTemp = fBx; in lcl_IterateInverse()112 fBx += 2.0 * (fBx - fAx); in lcl_IterateInverse()122 return fBx; in lcl_IterateInverse()132 double fQx = fBx; in lcl_IterateInverse()140 (fBx-fAx) > ::std::max( fabs(fAx), fabs(fBx)) * fXEps ) in lcl_IterateInverse()156 fSx = 0.5 * (fAx + fBx); in lcl_IterateInverse()159 fQx = fBx; fQy = fBy; in lcl_IterateInverse()[all …]
69 const double fBx = rLine.maStart.X() - rLine.maEnd.X(); in Intersection() local71 const double fDen = fAy * fBx - fAx * fBy; in Intersection()78 const double fA = fBy * fCx - fBx * fCy; in Intersection()
Completed in 90 milliseconds