Home
last modified time | relevance | path

Searched refs:F_PI2 (Results 1 – 20 of 20) sorted by relevance

/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolypolygontools.hxx84 double fVerStart = F_PI2, double fVerStop = -F_PI2,
94 double fVerStart = F_PI2, double fVerStop = -F_PI2,
103 double fVerStart = F_PI2, double fVerStop = -F_PI2,
113 double fVerStart = F_PI2, double fVerStop = -F_PI2,
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx402 atan2(aTangentA.getY(), aTangentA.getX()) + F_PI2, in createAreaGeometryForEdge()
465 atan2(aTangentB.getY(), aTangentB.getX()) - F_PI2, in createAreaGeometryForEdge()
608 fAngle + F_PI2, in createAreaGeometryForEdge()
646 fAngle - F_PI2, in createAreaGeometryForEdge()
800 if(fMaxAllowedAngle > F_PI2) in createAreaGeometry()
802 fMaxAllowedAngle = F_PI2; in createAreaGeometry()
804 else if(fMaxAllowedAngle < 0.01 * F_PI2) in createAreaGeometry()
806 fMaxAllowedAngle = 0.01 * F_PI2; in createAreaGeometry()
H A Db3dpolypolygontools.cxx291 bool bVerFromTop(fTools::equal(fVerStart, F_PI2)); in createUnitSpherePolyPolygon()
292 bool bVerToBottom(fTools::equal(fVerStop, -F_PI2)); in createUnitSpherePolyPolygon()
H A Db2dpolygontools.cxx1860 const B2DHomMatrix aRotateMatrix(createRotateB2DHomMatrix(F_PI2 / STEPSPERQUARTER)); in impCreateUnitCircle()
1868 … const B2DHomMatrix aQuadrantMatrix(createRotateB2DHomMatrix(F_PI2 * (nStartQuadrant % 4))); in impCreateUnitCircle()
1898 const B2DHomMatrix aRotateMatrix(createRotateB2DHomMatrix(F_PI2 / STEPSPERQUARTER)); in createHalfUnitCircle()
2016 const double fAnglePerSegment(F_PI2 / STEPSPERQUARTER); in createPolygonFromUnitEllipseSegment()
H A Db3dpolygontools.cxx652 const double fY(fOne - ((atan2(aVector.getY(), aVector.getXZLength()) + F_PI2) / F_PI)); in applyDefaultTextureCoordinatesSphere()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx194 F_PI2, 0.0, in getLineCapRoundSegments()
204 aSphereTrans.rotate(0.0, 0.0, F_PI2); in getLineCapRoundSegments()
251 …segfx::tools::createUnitSphereFillPolyPolygon(nHorSeg, nVerSeg, true, F_PI2, -F_PI2, 0.0, fAngle)); in getLineJoinSegments()
289 double fPos(-F_PI2); in getLineJoinSegments()
594 aSphereTrans.rotate(0.0, F_PI2, 0.0); in impCreate3DDecomposition()
H A Dhatchtextureprimitive3d.cxx170 fAngle - F_PI2); in impCreate3DDecomposition()
/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx344 aTransform.rotate(F_PI2, 0.0, 0.0); in Construct2()
360 …fx::B2DPoint(0.0, 0.0), RADIUS_LAMP_PREVIEW_SIZE, RADIUS_LAMP_PREVIEW_SIZE, F_2PI - F_PI2, F_PI2)); in Construct2()
683 if(fNewRotX < -F_PI2) in Tracking()
685 fNewRotX = -F_PI2; in Tracking()
688 if(fNewRotX > F_PI2) in Tracking()
690 fNewRotX = F_PI2; in Tracking()
H A Dframelinkarray.cxx282 return (fAngle > 0.0) ? (F_PI2 - fAngle) : 0.0; in GetVerDiagAngle()
/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx36 #ifndef F_PI2
37 #define F_PI2 M_PI_2 macro
/trunk/main/svtools/source/toolpanel/
H A Dtabbargeometry.cxx87 aTransformation.rotate( i_bRight ? +F_PI2 : -F_PI2 ); in lcl_rotate()
/trunk/main/tools/inc/tools/
H A Dsolar.h153 #ifndef F_PI2
154 #define F_PI2 1.57079632679489661923 macro
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dsphere.cxx76 F_PI2 * aSphereSize.getY()); // half outline, (PI * d)/2 -> PI/2 * d in createViewIndependentPrimitive3DSequence()
/trunk/main/drawinglayer/source/primitive2d/
H A Dfillhatchprimitive2d.cxx94 fAngle - F_PI2); in create2DDecomposition()
/trunk/main/basegfx/source/matrix/
H A Db2dhommatrixtools.cxx65 if( fTools::equalZero( fmod( fRadiant, F_PI2 ) ) ) in createSinCosOrthogonal()
/trunk/main/drawinglayer/source/texture/
H A Dtexture3d.cxx356 fAngleA + F_PI2); in GeoTexSvxMultiHatch()
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx923 fRot3D = atan2(aDiff.getY(), aDiff.getX()) - F_PI2; in ConvertMarkedObjTo3D()
/trunk/main/tools/source/generic/
H A Dpoly.cxx519 double nAngleStep = F_PI2 / ( nPoints4 - 1 ); in Polygon()
/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx1446 AppendNumToken( F_PI2 ); in PrepareFunction()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx1779 PushDouble((F_PI2) - atan(GetDouble())); in ScArcCot()

Completed in 152 milliseconds