Searched refs:rPtX (Results 1 – 2 of 2) sorted by relevance
207 double Line::GetDistance( const double& rPtX, const double& rPtY ) const in GetDistance() argument215 const double fACX = maStart.X() - rPtX; in GetDistance()223 fDist = hypot( maStart.X() - rPtX, maStart.Y() - rPtY ); in GetDistance()232 fDist = hypot( maEnd.X() - rPtX, maEnd.Y() - rPtY ); in GetDistance()239 fDist = hypot( maStart.X() - rPtX, maStart.Y() - rPtY ); in GetDistance()
63 double GetDistance( const double& rPtX, const double& rPtY ) const;
Completed in 12 milliseconds