Searched refs:fACX (Results 1 – 1 of 1) sorted by relevance
215 const double fACX = maStart.X() - rPtX; 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 9 milliseconds