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.cxx57 double fScaledLogicAngle = rSourceValues[0]; in transform() local
61 std::swap(fScaledLogicAngle,fScaledLogicRadius); in transform()
63 double fAngleDegree = m_aPositionHelper.transformToAngleDegree( fScaledLogicAngle, false ); in transform()