Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/main/
H A DVPolarTransformation.cxx55 double fScaledLogicAngle = rSourceValues[0]; in transform() local
59 std::swap(fScaledLogicAngle,fScaledLogicRadius); in transform()
61 double fAngleDegree = m_aPositionHelper.transformToAngleDegree( fScaledLogicAngle, false ); in transform()