Searched refs:fDistY (Results 1 – 1 of 1) sorted by relevance
184 const double fDistY = maStart.Y() - maEnd.Y(); in NearestPoint() local185 const double fTau = ( ( maStart.Y() - rPoint.Y() ) * fDistY - in NearestPoint()187 ( fDistX * fDistX + fDistY * fDistY ); in NearestPoint()194 aRetPt.Y() = FRound( maStart.Y() - fTau * fDistY ); in NearestPoint()214 const double fDistY = maEnd.Y() - maStart.Y(); in GetDistance() local217 const double fL2 = fDistX * fDistX + fDistY * fDistY; in GetDistance()218 const double fR = ( fACY * -fDistY - fACX * fDistX ) / fL2; in GetDistance()219 const double fS = ( fACY * fDistX - fACX * fDistY ) / fL2; in GetDistance()
Completed in 19 milliseconds