Searched refs:fYAngleRad (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/chart2/source/tools/ |
H A D | ThreeDHelper.cxx | 126 double fYAngleRad=0.0; in lcl_getInverseRotationMatrix() local 129 xSceneProperties, fXAngleRad, fYAngleRad, fZAngleRad ); in lcl_getInverseRotationMatrix() 131 aInverseRotation.rotate( 0.0, -fYAngleRad, 0.0 ); in lcl_getInverseRotationMatrix() 140 double fYAngleRad=0.0; in lcl_getCompleteRotationMatrix() local 143 xSceneProperties, fXAngleRad, fYAngleRad, fZAngleRad ); in lcl_getCompleteRotationMatrix() 144 aCompleteRotation.rotate( fXAngleRad, fYAngleRad, fZAngleRad ); in lcl_getCompleteRotationMatrix() 1009 , double fXAngleRad, double fYAngleRad, double fZAngleRad ) in setRotationAngleToDiagram() argument 1052 aNewRotation.rotate( fXAngleRad, fYAngleRad, fZAngleRad ); in setRotationAngleToDiagram() 1472 if( sin(fYAngleRad)>0.0 ) in getAutomaticCuboidPlanePositionForStandardLeftWall() 1488 if( cos(fXAngleRad)*cos(fYAngleRad)<0.0 ) in getAutomaticCuboidPlanePositionForStandardBackWall() [all …]
|
/aoo41x/main/chart2/source/inc/ |
H A D | ThreeDHelper.hxx | 77 , double fXAngleRad, double fYAngleRad, double fZAngleRad );
|
Completed in 23 milliseconds