Searched refs:fACY (Results 1 – 1 of 1) sorted by relevance
216 const double fACY = maStart.Y() - rPtY; in GetDistance() local218 const double fR = ( fACY * -fDistY - fACX * fDistX ) / fL2; in GetDistance()219 const double fS = ( fACY * fDistX - fACX * fDistY ) / fL2; in GetDistance()
Completed in 6 milliseconds