Home
last modified time | relevance | path

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

/aoo4110/main/tools/source/generic/
H A Dline.cxx185 const double fTau = ( ( maStart.Y() - rPoint.Y() ) * fDistY - in NearestPoint() local
189 if( fTau < 0.0 ) in NearestPoint()
191 else if( fTau <= 1.0 ) in NearestPoint()
193 aRetPt.X() = FRound( maStart.X() + fTau * fDistX ); in NearestPoint()
194 aRetPt.Y() = FRound( maStart.Y() - fTau * fDistY ); in NearestPoint()

Completed in 34 milliseconds