Lines Matching refs:fXAngleRad

125     double fXAngleRad=0.0;  in lcl_getInverseRotationMatrix()  local
129 xSceneProperties, fXAngleRad, fYAngleRad, fZAngleRad ); in lcl_getInverseRotationMatrix()
132 aInverseRotation.rotate( -fXAngleRad, 0.0, 0.0 ); in lcl_getInverseRotationMatrix()
139 double fXAngleRad=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
1034 aCumulatedRotation.rotate( fXAngleRad, fYAngleRad, fZAngleRad ); in setRotationAngleToDiagram()
1052 aNewRotation.rotate( fXAngleRad, fYAngleRad, fZAngleRad ); in setRotationAngleToDiagram()
1465 double fXAngleRad=0.0; double fYAngleRad=0.0; double fZAngleRad=0.0; in getAutomaticCuboidPlanePositionForStandardLeftWall() local
1466 … ThreeDHelper::getRotationAngleFromDiagram( xSceneProperties, fXAngleRad, fYAngleRad, fZAngleRad ); in getAutomaticCuboidPlanePositionForStandardLeftWall()
1469 ThreeDHelper::adaptRadAnglesForRightAngledAxes( fXAngleRad, fYAngleRad ); in getAutomaticCuboidPlanePositionForStandardLeftWall()
1481 double fXAngleRad=0.0; double fYAngleRad=0.0; double fZAngleRad=0.0; in getAutomaticCuboidPlanePositionForStandardBackWall() local
1482 … ThreeDHelper::getRotationAngleFromDiagram( xSceneProperties, fXAngleRad, fYAngleRad, fZAngleRad ); in getAutomaticCuboidPlanePositionForStandardBackWall()
1485 ThreeDHelper::adaptRadAnglesForRightAngledAxes( fXAngleRad, fYAngleRad ); in getAutomaticCuboidPlanePositionForStandardBackWall()
1488 if( cos(fXAngleRad)*cos(fYAngleRad)<0.0 ) in getAutomaticCuboidPlanePositionForStandardBackWall()
1497 double fXAngleRad=0.0; double fYAngleRad=0.0; double fZAngleRad=0.0; in getAutomaticCuboidPlanePositionForStandardBottom() local
1498 … ThreeDHelper::getRotationAngleFromDiagram( xSceneProperties, fXAngleRad, fYAngleRad, fZAngleRad ); in getAutomaticCuboidPlanePositionForStandardBottom()
1501 ThreeDHelper::adaptRadAnglesForRightAngledAxes( fXAngleRad, fYAngleRad ); in getAutomaticCuboidPlanePositionForStandardBottom()
1504 if( sin(fXAngleRad)*cos(fYAngleRad)<0.0 ) in getAutomaticCuboidPlanePositionForStandardBottom()