Home
last modified time | relevance | path

Searched refs:getZ (Results 1 – 25 of 56) sorted by relevance

123

/trunk/main/basegfx/inc/basegfx/tuple/
H A Db3i64tuple.hxx107 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 Db3ituple.hxx106 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 Db3dtuple.hxx118 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()
/trunk/main/basegfx/inc/basegfx/point/
H A Db3dhompoint.hxx135 : 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()
/trunk/main/basegfx/source/matrix/
H A Db3dhommatrix.cxx418 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 …]
/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx898 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 Db3dpolygonclipper.cxx56 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()
/trunk/main/basegfx/source/raster/
H A Drasterconvert3d.cxx181 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()
/trunk/main/svx/source/engine3d/
H A Dcamera3d.cxx191 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 Dviewpt3d2.cxx132 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 Ddragmt3d.cxx464 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 Dpolygn3d.cxx183 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 Dhelperminimaldepth3d.cxx103 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()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx179 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 …]
/trunk/main/basegfx/inc/basegfx/vector/
H A Db3dvector.hxx120 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 Db3ivector.hxx118 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()
/trunk/main/tools/source/generic/
H A Db3dtrans.cxx46 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()
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx511 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 …]
/trunk/main/basegfx/source/vector/
H A Db3dvector.cxx102 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()
/trunk/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx123 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
/trunk/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx50 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 Db3irange.hxx52 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 Db3drange.hxx55 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()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx456 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()
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx468 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()

Completed in 150 milliseconds

123