Home
last modified time | relevance | path

Searched refs:rPtX (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/tools/source/generic/
H A Dline.cxx207 double Line::GetDistance( const double& rPtX, const double& rPtY ) const in GetDistance() argument
215 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()
/aoo42x/main/tools/inc/tools/
H A Dline.hxx63 double GetDistance( const double& rPtX, const double& rPtY ) const;

Completed in 16 milliseconds