Searched refs:fAx (Results 1 – 2 of 2) sorted by relevance
101 fTemp = fAx; in lcl_IterateInverse()102 fAx += 2.0 * (fAx - fBx); in lcl_IterateInverse()103 if (fAx < 0.0) in lcl_IterateInverse()104 fAx = 0.0; in lcl_IterateInverse()113 fAx = fTemp; in lcl_IterateInverse()120 return fAx; in lcl_IterateInverse()130 double fPx = fAx; in lcl_IterateInverse()134 double fRx = fAx; in lcl_IterateInverse()140 (fBx-fAx) > ::std::max( fabs(fAx), fabs(fBx)) * fXEps ) in lcl_IterateInverse()158 fPx = fAx; fPy = fAy; in lcl_IterateInverse()[all …]
67 const double fAx = maEnd.X() - maStart.X(); in Intersection() local71 const double fDen = fAy * fBx - fAx * fBy; in Intersection()93 const double fB = fAx * fCy - fAy * fCx; in Intersection()107 rIntersectionX = ( maStart.X() + fAlpha * fAx ); in Intersection()
Completed in 31 milliseconds