/aoo42x/main/basegfx/inc/basegfx/tuple/ |
H A D | b3i64tuple.hxx | 107 sal_Int64 getZ() const in getZ() function in basegfx::B3I64Tuple 239 std::min(rTupB.getZ(), rTupA.getZ())); in minimum() 247 std::max(rTupB.getZ(), rTupA.getZ())); in maximum() 255 (0 > rTup.getZ()) ? -rTup.getZ() : rTup.getZ()); in absolute() 278 basegfx::fround64(((rOld2.getZ() - rOld1.getZ()) * t) + rOld1.getZ())); in interpolate() 287 …rOld1.getZ() == rOld2.getZ() ? rOld1.getZ() : basegfx::fround64((rOld1.getZ() + rOld2.getZ()) * 0.… in average() 295 …(rOld1.getZ() == rOld2.getZ() && rOld2.getZ() == rOld3.getZ()) ? rOld1.getZ() : basegfx::fround64(… in average()
|
H A D | b3ituple.hxx | 106 sal_Int32 getZ() const in getZ() function in basegfx::B3ITuple 238 std::min(rTupB.getZ(), rTupA.getZ())); in minimum() 246 std::max(rTupB.getZ(), rTupA.getZ())); in maximum() 254 (0 > rTup.getZ()) ? -rTup.getZ() : rTup.getZ()); in absolute() 277 basegfx::fround(((rOld2.getZ() - rOld1.getZ()) * t) + rOld1.getZ())); in interpolate() 286 …rOld1.getZ() == rOld2.getZ() ? rOld1.getZ() : basegfx::fround((rOld1.getZ() + rOld2.getZ()) * 0.5)… in average() 294 …(rOld1.getZ() == rOld2.getZ() && rOld2.getZ() == rOld3.getZ()) ? rOld1.getX() : basegfx::fround((r… in average()
|
H A D | b3dtuple.hxx | 118 double getZ() const in getZ() function in basegfx::B3DTuple 320 std::min(rTupB.getZ(), rTupA.getZ())); in minimum() 328 std::max(rTupB.getZ(), rTupA.getZ())); in maximum() 336 fabs(rTup.getZ())); in absolute() 359 ((rOld2.getZ() - rOld1.getZ()) * t) + rOld1.getZ()); in interpolate() 368 rOld1.getZ() == rOld2.getZ() ? rOld1.getZ() : (rOld1.getZ() + rOld2.getZ()) * 0.5); in average() 376 …(rOld1.getZ() == rOld2.getZ() && rOld2.getZ() == rOld3.getZ()) ? rOld1.getZ() : (rOld1.getZ() + rO… in average()
|
/aoo42x/main/basegfx/inc/basegfx/point/ |
H A D | b3dhompoint.hxx | 135 : maTuple(rVec.maTuple.getX(), rVec.maTuple.getY(), rVec.maTuple.getZ()), in B3DHomPoint() 153 return B3DPoint(maTuple.getX(), maTuple.getY(), maTuple.getZ()); in getB3DPoint() 192 double getZ() const in getZ() function in basegfx::B3DHomPoint 244 maTuple.setZ(getZ() * rPnt.mfW + rPnt.getZ() * mfW); in operator +=() 254 maTuple.setZ(getZ() * rPnt.mfW - rPnt.getZ() * mfW); in operator -=() 310 std::min(rVecB.getZ(), rVecA.getZ())); in minimum() 318 std::max(rVecB.getZ(), rVecA.getZ())); in maximum() 326 fabs(rVec.getZ())); in absolute() 348 ((rOld2.getZ() - rOld1.getZ()) * t) + rOld1.getZ()); in interpolate() 365 …(rOld1.getZ() == rOld2.getZ() && rOld2.getZ() == rOld3.getZ()) ? rOld1.getZ() : (rOld1.getZ() + rO… in average()
|
/aoo42x/main/basegfx/source/matrix/ |
H A D | b3dhommatrix.cxx | 418 aOrientationMat.set(0, 2, aRx.getZ()); in orientation() 421 aOrientationMat.set(1, 2, aRy.getZ()); in orientation() 468 aTemp.setZ(aCol1.getZ() - rShear.getX() * aCol0.getZ()); in decompose() 494 aTemp.setZ(aCol2.getZ() - rShear.getY() * aCol0.getZ()); in decompose() 501 if(fTools::equalZero(rShear.getZ())) in decompose() 509 aTemp.setZ(aCol2.getZ() - rShear.getZ() * aCol1.getZ()); in decompose() 524 const double fShearZ(rShear.getZ()); in decompose() 528 rShear.setZ(rShear.getZ() / rScale.getZ()); in decompose() 552 || aCol0.getZ() > 1.0 ) in decompose() 558 || aCol0.getZ() < -1.0 ) in decompose() [all …]
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b3dpolygontools.cxx | 898 const bool bCompZA(fTools::more(aPreviousPoint.getZ(), rPoint.getZ())); in isInside() 899 const bool bCompZB(fTools::more(aCurrentPoint.getZ(), rPoint.getZ())); in isInside() 917 aCurrentPoint.getY() - (aCurrentPoint.getZ() - rPoint.getZ()) * in isInside() 919 (aPreviousPoint.getZ() - aCurrentPoint.getZ())); in isInside() 939 const bool bCompZA(fTools::more(aPreviousPoint.getZ(), rPoint.getZ())); in isInside() 940 const bool bCompZB(fTools::more(aCurrentPoint.getZ(), rPoint.getZ())); in isInside() 958 aCurrentPoint.getX() - (aCurrentPoint.getZ() - rPoint.getZ()) * in isInside() 960 (aPreviousPoint.getZ() - aCurrentPoint.getZ())); in isInside() 1068 fParamTestOnCurr = aTestVector.getZ() / aEdgeVector.getZ(); in isPointOnLine() 1081 fParamTestOnCurr = aTestVector.getZ() / aEdgeVector.getZ(); in isPointOnLine() [all …]
|
H A D | b3dpolygonclipper.cxx | 56 return fTools::moreOrEqual(rCandidate.getZ(), fPlaneOffset); in impIsInside() 72 return ((fPlaneOffset - rCurrent.getZ())/(rNext.getZ() - rCurrent.getZ())); in impGetCut() 500 aMatrixTransform.translate(-rPointOnPlane.getX(), -rPointOnPlane.getY(), -rPointOnPlane.getZ()); in clipPolygonOnPlane() 502 const double fRotInXZ(atan2(-rPlaneNormal.getZ(), rPlaneNormal.getXYLength())); in clipPolygonOnPlane() 539 aMatrixTransform.translate(-rPointOnPlane.getX(), -rPointOnPlane.getY(), -rPointOnPlane.getZ()); in clipPolyPolygonOnPlane() 541 const double fRotInXZ(atan2(-rPlaneNormal.getZ(), rPlaneNormal.getXYLength())); in clipPolyPolygonOnPlane()
|
/aoo42x/main/basegfx/source/raster/ |
H A D | rasterconvert3d.cxx | 181 aStart.getZ(), (aEnd.getZ() - aStart.getZ()) * fInvYDelta, in addEdge() 201 const double fEyeA(((*pViewToEye) * aStart).getZ()); in addEdge() 202 const double fEyeB(((*pViewToEye) * aEnd).getZ()); in addEdge() 239 const double fZStartWithAdd(aStart.getZ() + fZBufferLineAdd); in rasterconvertB3DEdge() 240 const double fZEndWithAdd(aEnd.getZ() + fZBufferLineAdd); in rasterconvertB3DEdge() 274 aStart.getZ() + fZBufferLineAdd, 0.0, in rasterconvertB3DEdge() 278 aEnd.getZ() + fZBufferLineAdd, 0.0, in rasterconvertB3DEdge() 300 aStart.getZ() + fZBufferLineAdd, (aEnd.getZ() - aStart.getZ()) * fInvYDelta, in rasterconvertB3DEdge() 313 rEntry.getZ().getVal() + rEntry.getZ().getInc(), rEntry.getZ().getInc(), in rasterconvertB3DEdge()
|
/aoo42x/main/svx/source/engine3d/ |
H A D | camera3d.cxx | 191 const double fV(sqrt(aDiff.getY() * aDiff.getY() + aDiff.getZ() * aDiff.getZ())); in SetBankAngle() 197 const double fCos(aDiff.getZ() / fV); in SetBankAngle() 239 const double fCos(aDiff.getZ() / fV); in SetBankAngle() 276 const double fV(sqrt(aDiff.getX() * aDiff.getX() + aDiff.getZ() * aDiff.getZ())); in Rotate() 281 const double fSin(aDiff.getZ() / fV); in Rotate() 299 const double fSin(-aDiff.getZ() / fV); in Rotate() 329 const double fV(sqrt(aDiff.getX() * aDiff.getX() + aDiff.getZ() * aDiff.getZ())); in RotateAroundLookAt() 334 const double fSin(aDiff.getZ() / fV); in RotateAroundLookAt() 352 const double fSin(-aDiff.getZ() / fV); in RotateAroundLookAt() 384 SetPRP(basegfx::B3DPoint(0.0, 0.0, aPRP.getZ() * fLen / fFocalLength)); in SetFocalLengthWithCorrect()
|
H A D | viewpt3d2.cxx | 132 aViewPoint = aVRP + aVPN * aPRP.getZ(); in MakeTransform() 138 aViewTf.translate(-aVRP.getX(), -aVRP.getY(), -aVRP.getZ()); in MakeTransform() 147 const double fCos(aVPN.getZ() / fV); in MakeTransform() 168 …ViewTf.get(0, 0) * aVUV.getX() + aViewTf.get(0, 1) * aVUV.getY() + aViewTf.get(0, 2) * aVUV.getZ(); in MakeTransform() 169 …ViewTf.get(1, 0) * aVUV.getX() + aViewTf.get(1, 1) * aVUV.getY() + aViewTf.get(1, 2) * aVUV.getZ(); in MakeTransform() 264 double fPrDist = fVPD - aPRP.getZ(); in DoProjection() 266 if ( aPRP.getZ() == rVec.getZ() ) in DoProjection() 275 fPrDist /= aVec.getZ() - aPRP.getZ(); in DoProjection() 298 aRetval.setZ(rVec.getZ()); in MapToDevice()
|
H A D | dragmt3d.cxx | 464 aTransMat.translate(-maGlobalCenter.getX(), -maGlobalCenter.getY(), -maGlobalCenter.getZ()); in MoveSdrDrag() 466 aTransMat.translate(maGlobalCenter.getX(), maGlobalCenter.getY(), maGlobalCenter.getZ()); in MoveSdrDrag() 614 aMoveHead3D.setY(aMoveHead3D.getZ()); in MoveSdrDrag() 618 aMoveTail3D.setY(aMoveTail3D.getZ()); in MoveSdrDrag() 633 aTransMat.translate(aTranslate.getX(), aTranslate.getY(), aTranslate.getZ()); in MoveSdrDrag() 677 … aGlobalScaleStart3D(aGlobalScaleStart2D.getX(), aGlobalScaleStart2D.getY(), aObjectCenter.getZ()); in MoveSdrDrag() 678 …int aGlobalScaleNext3D(aGlobalScaleNext2D.getX(), aGlobalScaleNext2D.getY(), aObjectCenter.getZ()); in MoveSdrDrag() 679 …lobalScaleFixPos3D(aGlobalScaleFixPos2D.getX(), aGlobalScaleFixPos2D.getY(), aObjectCenter.getZ()); in MoveSdrDrag() 748 aNewTrans.translate(-aScFixPos.getX(), -aScFixPos.getY(), -aScFixPos.getZ()); in MoveSdrDrag() 749 aNewTrans.scale(aScaleVec.getX(), aScaleVec.getY(), aScaleVec.getZ()); in MoveSdrDrag() [all …]
|
H A D | polygn3d.cxx | 183 aNormal.setZ(fabs(aNormal.getZ())); in CreateDefaultTexture() 190 if(!(aNormal.getX() > aNormal.getY() && aNormal.getX() > aNormal.getZ())) in CreateDefaultTexture() 192 if(aNormal.getY() > aNormal.getZ()) in CreateDefaultTexture() 219 aTex.setY((aCandidate.getZ() - aVolume.getMinZ()) / aVolume.getDepth()); in CreateDefaultTexture() 226 aTex.setY((aCandidate.getZ() - aVolume.getMinZ()) / aVolume.getDepth()); in CreateDefaultTexture()
|
H A D | helperminimaldepth3d.cxx | 103 if(aPointInView.getZ() < mfMinimalDepth) in processBasePrimitive3D() 105 mfMinimalDepth = aPointInView.getZ(); in processBasePrimitive3D() 127 if(aPointInView.getZ() < mfMinimalDepth) in processBasePrimitive3D() 129 mfMinimalDepth = aPointInView.getZ(); in processBasePrimitive3D()
|
/aoo42x/main/drawinglayer/source/processor3d/ |
H A D | zbufferprocessor3d.cxx | 179 const double fZFactor(maIntInvTexture.getZ().getVal()); in getTextureCoor() 247 …:B3DVector(maIntNormal.getX().getVal(), maIntNormal.getY().getVal(), maIntNormal.getZ().getVal()), in decideColorAndOpacity() 271 …:B3DVector(maIntNormal.getX().getVal(), maIntNormal.getY().getVal(), maIntNormal.getZ().getVal()), in decideColorAndOpacity() 282 rColor.setBlue(maIntColor.getZ().getVal()); in decideColorAndOpacity() 301 const double fZA(rA.getZ().getVal()); in setupLineSpanInterpolators() 302 const double fZB(rB.getZ().getVal()); in setupLineSpanInterpolators() 333 rITA.getZ().getVal(), (rITB.getZ().getVal() - rITA.getZ().getVal()) * xInvDelta); in setupLineSpanInterpolators() 344 rNA.getZ().getVal(), (rNB.getZ().getVal() - rNA.getZ().getVal()) * xInvDelta); in setupLineSpanInterpolators() 354 rCA.getZ().getVal(), (rCB.getZ().getVal() - rCA.getZ().getVal()) * xInvDelta); in setupLineSpanInterpolators() 412 sal_uInt16& rOldZ(mrBuffer.getZ(nScanlineIndex)); in processLineSpan() [all …]
|
/aoo42x/main/basegfx/inc/basegfx/vector/ |
H A D | b3dvector.hxx | 120 mfZ = rVec.getZ(); in operator =() 289 B3DVector aPerpendicular(-rNormalizedVec.getY(), rNormalizedVec.getX(), rNormalizedVec.getZ()); in getPerpendicular2D() 328 rVecA.getY() * rVecB.getZ() - rVecA.getZ() * rVecB.getY(), in cross() 329 rVecA.getZ() * rVecB.getX() - rVecA.getX() * rVecB.getZ(), in cross()
|
H A D | b3ivector.hxx | 118 mnZ = rVec.getZ(); in operator =() 249 rVecA.getY() * rVecB.getZ() - rVecA.getZ() * rVecB.getY(), in cross() 250 rVecA.getZ() * rVecB.getX() - rVecA.getX() * rVecB.getZ(), in cross()
|
/aoo42x/main/tools/source/generic/ |
H A D | b3dtrans.cxx | 46 rTarget.translate( -aVRP.getX(), -aVRP.getY(), -aVRP.getZ()); in Orientation() 58 aTemp.set(0, 2, aRx.getZ()); in Orientation() 61 aTemp.set(1, 2, aRy.getZ()); in Orientation() 64 aTemp.set(2, 2, aVPN.getZ()); in Orientation() 612 aFromObjectToView.scale(rScale.getX(), rScale.getY(), rScale.getZ()); in GetMatFromObjectToView() 614 aFromObjectToView.translate(rTranslate.getX(), rTranslate.getY(), rTranslate.getZ()); in GetMatFromObjectToView() 624 maMatFromWorldToView.scale(rScale.getX(), rScale.getY(), rScale.getZ()); in CalcMatFromWorldToView() 626 maMatFromWorldToView.translate(rTranslate.getX(), rTranslate.getY(), rTranslate.getZ()); in CalcMatFromWorldToView() 1003 fFocalLength = aOldPosition.getZ() / fWidth * 35.0; in CalcFocalLength()
|
/aoo42x/main/slideshow/source/engine/OGLTrans/ |
H A D | OGLTrans_TransitionImpl.cxx | 511 min(max(v.getZ(),-1.0),1.0)); in clamp() 749 glTranslated(SlideWidthScale*t*vector.getX(),SlideHeightScale*t*vector.getY(),t*vector.getZ()); in interpolate() 759 glTranslated(SlideWidthScale*origin.getX(),SlideHeightScale*origin.getY(),origin.getZ()); in interpolate() 761 glRotated(t*angle,axis.getX(),axis.getY(),axis.getZ()); in interpolate() 763 glTranslated(-SlideWidthScale*origin.getX(),-SlideHeightScale*origin.getY(),-origin.getZ()); in interpolate() 773 glTranslated(SlideWidthScale*origin.getX(),SlideHeightScale*origin.getY(),origin.getZ()); in interpolate() 774 glScaled((1-t) + t*scale.getX(),(1-t) + t*scale.getY(),(1-t) + t*scale.getZ()); in interpolate() 775 glTranslated(-SlideWidthScale*origin.getX(),-SlideHeightScale*origin.getY(),-origin.getZ()); in interpolate() 786 glRotated(t*angle,axis.getX(),axis.getY(),axis.getZ()); in interpolate() 798 glRotated(t*angle,axis.getX(),axis.getY(),axis.getZ()); in interpolate() [all …]
|
/aoo42x/main/basegfx/source/vector/ |
H A D | b3dvector.cxx | 102 if(!fTools::equal(rVecA.getX() * rVecB.getZ(), rVecA.getZ() * rVecB.getX())) in areParallel() 105 return (fTools::equal(rVecA.getY() * rVecB.getZ(), rVecA.getZ() * rVecB.getY())); in areParallel()
|
/aoo42x/main/basegfx/inc/basegfx/raster/ |
H A D | rasterconvert3d.hxx | 123 const ip_single& getZ() const { return maZ; } in getZ() function in basegfx::ip_triple 214 double aDeltaZ(rB.getZ() - rA.getZ()); in addNormalInterpolator() 229 rA.getZ(), aDeltaZ)); in addNormalInterpolator() 403 const ip_single& getZ() const { return maZ; } in getZ() function in basegfx::RasterConversionLineEntry3D
|
/aoo42x/main/basegfx/inc/basegfx/range/ |
H A D | b3ibox.hxx | 50 maRangeZ(rTuple.getZ()) in B3IBox() 73 maRangeZ(rTuple1.getZ()) in B3IBox() 204 && maRangeZ.isInside(rTuple.getZ()) in isInside() 230 maRangeZ.expand(rTuple.getZ()); in expand()
|
H A D | b3irange.hxx | 52 maRangeZ(rTuple.getZ()) in B3IRange() 75 maRangeZ(rTuple1.getZ()) in B3IRange() 207 && maRangeZ.isInside(rTuple.getZ()) in isInside() 233 maRangeZ.expand(rTuple.getZ()); in expand()
|
H A D | b3drange.hxx | 55 maRangeZ(rTuple.getZ()) in B3DRange() 78 maRangeZ(rTuple1.getZ()) in B3DRange() 238 && maRangeZ.isInside(rTuple.getZ()) in isInside() 264 maRangeZ.expand(rTuple.getZ()); in expand()
|
/aoo42x/main/drawinglayer/source/primitive3d/ |
H A D | polygontubeprimitive3d.cxx | 456 const double fRotInXZ(atan2(-rVector.getZ(), rVector.getX())); in getRotationFromVector() 544 aTubeTrans.translate(aCurr.getX(), aCurr.getY(), aCurr.getZ()); in impCreate3DDecomposition() 546 aCapTrans.translate(aCurr.getX(), aCurr.getY(), aCurr.getZ()); in impCreate3DDecomposition() 589 … const double fRotInYZ(atan2(aTransBack.getY(), aTransBack.getZ())); in impCreate3DDecomposition() 598 … aSphereTrans.translate(aCurr.getX(), aCurr.getY(), aCurr.getZ()); in impCreate3DDecomposition() 636 aBackCapTrans.translate(aCurr.getX(), aCurr.getY(), aCurr.getZ()); in impCreate3DDecomposition()
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unoshap3.cxx | 468 aCamGeo.vrp.PositionZ = aVRP.getZ(); in getPropertyValueImpl() 471 aCamGeo.vpn.DirectionZ = aVPN.getZ(); in getPropertyValueImpl() 474 aCamGeo.vup.DirectionZ = aVUP.getZ(); in getPropertyValueImpl() 586 aPos.PositionZ = rPos.getZ(); in getPropertyValueImpl() 599 aDir.DirectionZ = rSize.getZ(); in getPropertyValueImpl() 707 aPos.PositionZ = rPos.getZ(); in getPropertyValueImpl() 720 aDir.DirectionZ = rSize.getZ(); in getPropertyValueImpl() 829 *pInnerSequenceZ++ = aPoint.getZ(); in B3dPolyPolygon_to_PolyPolygonShape3D() 836 *pInnerSequenceZ++ = aPoint.getZ(); in B3dPolyPolygon_to_PolyPolygonShape3D()
|