Home
last modified time | relevance | path

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

/aoo41x/main/tools/source/generic/
H A Dline.cxx217 const double fL2 = fDistX * fDistX + fDistY * fDistY; in GetDistance() local
218 const double fR = ( fACY * -fDistY - fACX * fDistX ) / fL2; in GetDistance()
219 const double fS = ( fACY * fDistX - fACX * fDistY ) / fL2; in GetDistance()
229 fDist = fS * sqrt( fL2 ); in GetDistance()
/aoo41x/main/chart2/source/view/main/
H A DPolarLabelPositionHelper.cxx108 double fL2 = ::basegfx::B2DVector(aV2-aV0).getLength(); in getLabelScreenPositionAndAlignmentForUnitCircleValues() local
110 if(fL2>fL1) in getLabelScreenPositionAndAlignmentForUnitCircleValues()

Completed in 6 milliseconds