Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DThreeDHelper.cxx422 sal_Int32 nElevationDeg, sal_Int32 nRotationDeg, in convertElevationRotationDegToXYZAngleRad() argument
430 lcl_shiftAngleToIntervalZeroTo360( nRotationDeg ); in convertElevationRotationDegToXYZAngleRad()
437 double R = F_PI*nRotationDeg/180; //rotation in Rad in convertElevationRotationDegToXYZAngleRad()
439 if( (nRotationDeg == 0 || nRotationDeg == 180 ) in convertElevationRotationDegToXYZAngleRad()
452 else if( ( nRotationDeg == 90 || nRotationDeg == 270 ) in convertElevationRotationDegToXYZAngleRad()
467 else if( (nRotationDeg == 0 || nRotationDeg == 180 ) in convertElevationRotationDegToXYZAngleRad()
475 else if( ( nRotationDeg == 90 || nRotationDeg == 270 ) in convertElevationRotationDegToXYZAngleRad()
518 else if ( nRotationDeg == 0 || nRotationDeg == 180 ) in convertElevationRotationDegToXYZAngleRad()
528 else if (nRotationDeg == 90 || nRotationDeg == 270) in convertElevationRotationDegToXYZAngleRad()
/trunk/main/chart2/source/inc/
H A DThreeDHelper.hxx98 sal_Int32 nElevationDeg, sal_Int32 nRotationDeg

Completed in 21 milliseconds