/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dlinegeometry.cxx | 114 …const double fRotation(atan2(aTargetDirection.getY(), aTargetDirection.getX()) + (90.0 * F_PI180)); in createAreaGeometryForLineStartEnd() 402 atan2(aTangentA.getY(), aTangentA.getX()) + F_PI2, in createAreaGeometryForEdge() 465 atan2(aTangentB.getY(), aTangentB.getX()) - F_PI2, in createAreaGeometryForEdge() 602 fAngle = atan2(aTangent.getY(), aTangent.getX()); in createAreaGeometryForEdge() 639 fAngle = atan2(aTangent.getY(), aTangent.getX()); in createAreaGeometryForEdge() 738 double fAngleStart(atan2(rPerpendPrev.getY(), rPerpendPrev.getX())); in createAreaGeometryForJoin() 739 double fAngleEnd(atan2(rPerpendEdge.getY(), rPerpendEdge.getX())); in createAreaGeometryForJoin()
|
H A D | b3dpolygonclipper.cxx | 501 const double fRotInXY(atan2(rPlaneNormal.getY(), rPlaneNormal.getX())); in clipPolygonOnPlane() 502 const double fRotInXZ(atan2(-rPlaneNormal.getZ(), rPlaneNormal.getXYLength())); in clipPolygonOnPlane() 540 const double fRotInXY(atan2(rPlaneNormal.getY(), rPlaneNormal.getX())); in clipPolyPolygonOnPlane() 541 const double fRotInXZ(atan2(-rPlaneNormal.getZ(), rPlaneNormal.getXYLength())); in clipPolyPolygonOnPlane()
|
H A D | b3dpolygontools.cxx | 647 … const double fXCenter(fOne - ((atan2(aPlaneCenter.getZ(), aPlaneCenter.getX()) + F_PI) / F_2PI)); in applyDefaultTextureCoordinatesSphere() 652 const double fY(fOne - ((atan2(aVector.getY(), aVector.getXZLength()) + F_PI2) / F_PI)); in applyDefaultTextureCoordinatesSphere() 684 double fX(fOne - ((atan2(aVector.getZ(), aVector.getX()) + F_PI) / F_2PI)); in applyDefaultTextureCoordinatesSphere()
|
H A D | b2dpolygonclipper.cxx | 362 aMatrixTransform.rotate(-atan2(aEdge.getY(), aEdge.getX())); in clipPolygonOnEdge() 395 aMatrixTransform.rotate(-atan2(aEdge.getY(), aEdge.getX())); in clipPolyPolygonOnEdge()
|
H A D | b2dpolygontriangulator.cxx | 79 mfAtan2 = atan2(maEnd.getY() - maStart.getY(), maEnd.getX() - maStart.getX()); in EdgeEntry()
|
/aoo41x/main/basegfx/source/matrix/ |
H A D | b2dhommatrix.cxx | 347 rRotate = atan2(aUnitVecX.getY(), aUnitVecX.getX()); in decompose() 353 rRotate = atan2(aUnitVecY.getY(), aUnitVecY.getX()) - M_PI_2; in decompose() 364 rRotate = atan2(aUnitVecX.getY(), aUnitVecX.getX()); in decompose() 384 rRotate = atan2(aUnitVecX.getY(), aUnitVecX.getX()); in decompose()
|
H A D | b3dhommatrix.cxx | 573 rRotate.setX(atan2(-1.0*aCol1.getX(), aCol1.getY())); in decompose() 575 rRotate.setX(atan2(aCol1.getX(), aCol1.getY())); in decompose() 580 rRotate.setX(atan2(aCol1.getZ(), aCol2.getZ())); in decompose() 581 rRotate.setZ(atan2(aCol0.getY(), aCol0.getX())); in decompose()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | gradtrns.cxx | 227 double fNewFullAngle(atan2(aFullVec.getY(), aFullVec.getX())); in VecToGrad() 312 double fNewFullAngle(atan2(aFullVec.getY(), aFullVec.getX())); in VecToGrad() 408 double fNewFullAngle(atan2(aFullVec.getY(), aFullVec.getX())); in VecToGrad() 504 double fNewFullAngle(atan2(aFullVec.getY(), aFullVec.getX())); in VecToGrad()
|
H A D | svdotextpathdecomposition.cxx | 430 aNewTransformB.rotate(atan2(aDirection.getY(), aDirection.getX())); in HandlePair() 445 const double fShearValue(atan2(aDirection.getY(), aDirection.getX())); in HandlePair() 463 const double fShearValue(atan2(aDirection.getY(), aDirection.getX())); in HandlePair()
|
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | polygontubeprimitive3d.cxx | 455 const double fRotInXY(atan2(rVector.getY(), rVector.getXZLength())); in getRotationFromVector() 456 const double fRotInXZ(atan2(-rVector.getZ(), rVector.getX())); in getRotationFromVector() 589 … const double fRotInYZ(atan2(aTransBack.getY(), aTransBack.getZ())); in impCreate3DDecomposition()
|
/aoo41x/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 1621 fa1=atan2(-fdy,fdx); in WriteOrders() 1627 fa2=atan2(-fdy,fdx); in WriteOrders() 1658 fa1=atan2(-fdy,fdx); in WriteOrders() 1664 fa2=atan2(-fdy,fdx); in WriteOrders() 1708 fa1=atan2(-fdy,fdx); in WriteOrders() 1714 fa2=atan2(-fdy,fdx); in WriteOrders()
|
/aoo41x/main/connectivity/qa/complex/connectivity/dbase/ |
H A D | DBaseNumericFunctions.java | 94 atan2(xRowRes); in testFunctions() 376 …private void atan2(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in atan2() method in DBaseNumericFunctions
|
/aoo41x/main/svx/source/dialog/ |
H A D | dlgctl3d.cxx | 479 fRotateY = atan2(-aDirection.getZ(), aDirection.getX()); in AdaptToSelectedLight() 779 rHor = atan2(-aDirection.getX(), -aDirection.getZ()) + F_PI; // 0..2PI in GetPosition() 780 rVer = atan2(aDirection.getY(), aDirection.getXZLength()); // -PI2..PI2 in GetPosition()
|
/aoo41x/main/basegfx/source/vector/ |
H A D | b2ivector.cxx | 57 return atan2(double( mnX * rVec.getY() - mnY * rVec.getX()), in angle()
|
H A D | b2dvector.cxx | 94 return atan2(mfX * rVec.getY() - mfY * rVec.getX(), in angle()
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrpathobj.cxx | 102 atan2(aLine.getY(), aLine.getX()), in createViewIndependentPrimitive2DSequence()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 185 aMatrixTransform.rotate(-atan2(aEdge.getY(), aEdge.getX())); in SetMirrorAxis() 187 aMatrixTransform.rotate(atan2(aEdge.getY(), aEdge.getX())); in SetMirrorAxis() 923 fRot3D = atan2(aDiff.getY(), aDiff.getX()) - F_PI2; in ConvertMarkedObjTo3D()
|
H A D | scene3d.cxx | 838 sal_uInt16 nSceneShadowSlant = (sal_uInt16)((atan2(rVec.getY(), rVec.getZ()) / F_PI180) + 0.5); in SetShadowPlaneDirection()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | svggradientprimitive2d.cxx | 422 aUnitGradientToObject.rotate(atan2(aVector.getY(), aVector.getX())); in create2DDecomposition() 442 aUnitGradientToObject.rotate(atan2(aVector.getY(), aVector.getX())); in create2DDecomposition()
|
/aoo41x/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 1052 w1=fmod((atan2(x1-cx,y1-cy)-atan2(x2-cx,y2-cy)),6.28318530718); if (w1<0) w1+=6.28318530718; in ReadArc() 1053 w3=fmod((atan2(x3-cx,y3-cy)-atan2(x2-cx,y2-cy)),6.28318530718); if (w3<0) w3+=6.28318530718; in ReadArc() 1958 aAttr.nChrAng=(short)(atan2((double)nY,(double)nX)/3.1415926539*1800.0); in ReadOrder()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FNumericFunctions.cxx | 225 return atan2((double)lhs,(double)rhs); in operate()
|
/aoo41x/main/vcl/source/window/ |
H A D | scrwnd.cxx | 268 double fAngle = atan2( (double) -nDistY, nDistX ) / F_PI180; in ImplGetMousePointer()
|
/aoo41x/main/svgio/source/svgreader/ |
H A D | svgtextpathnode.cxx | 252 rNewTransform.rotate(atan2(aTangent.getY(), aTangent.getX())); in allowChange()
|
/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfvec.cxx | 243 return atan2(aMX.fy,aMX.fx)/3.14159265359*180.0; in CalcRotAngle()
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrmeasureprimitive2d.cxx | 98 const double fAngle(atan2(aLine.getY(), aLine.getX())); in create2DDecomposition()
|