| /trunk/main/tools/inc/tools/ |
| H A D | b3dtrans.hxx | 151 basegfx::B3DPoint aVRP = basegfx::B3DPoint(0.0,0.0,1.0), 210 const basegfx::B3DPoint WorldToEyeCoor(const basegfx::B3DPoint& rVec); 211 const basegfx::B3DPoint EyeToWorldCoor(const basegfx::B3DPoint& rVec); 212 const basegfx::B3DPoint EyeToViewCoor(const basegfx::B3DPoint& rVec); 213 const basegfx::B3DPoint ViewToEyeCoor(const basegfx::B3DPoint& rVec); 214 const basegfx::B3DPoint WorldToViewCoor(const basegfx::B3DPoint& rVec); 215 const basegfx::B3DPoint ViewToWorldCoor(const basegfx::B3DPoint& rVec); 216 const basegfx::B3DPoint DeviceToViewCoor(const basegfx::B3DPoint& rVec); 217 const basegfx::B3DPoint ViewToDeviceCoor(const basegfx::B3DPoint& rVec); 218 const basegfx::B3DPoint ObjectToWorldCoor(const basegfx::B3DPoint& rVec); [all …]
|
| /trunk/main/tools/source/generic/ |
| H A D | b3dtrans.cxx | 44 void B3dTransformationSet::Orientation(basegfx::B3DHomMatrix& rTarget, basegfx::B3DPoint aVRP, base… in Orientation() 203 void B3dTransformationSet::SetOrientation( basegfx::B3DPoint aVRP, basegfx::B3DVector aVPN, basegfx… in SetOrientation() 654 const basegfx::B3DPoint B3dTransformationSet::WorldToEyeCoor(const basegfx::B3DPoint& rVec) in WorldToEyeCoor() 656 basegfx::B3DPoint aVec(rVec); in WorldToEyeCoor() 661 const basegfx::B3DPoint B3dTransformationSet::EyeToWorldCoor(const basegfx::B3DPoint& rVec) in EyeToWorldCoor() 663 basegfx::B3DPoint aVec(rVec); in EyeToWorldCoor() 668 const basegfx::B3DPoint B3dTransformationSet::EyeToViewCoor(const basegfx::B3DPoint& rVec) in EyeToViewCoor() 670 basegfx::B3DPoint aVec(rVec); in EyeToViewCoor() 677 const basegfx::B3DPoint B3dTransformationSet::ViewToEyeCoor(const basegfx::B3DPoint& rVec) in ViewToEyeCoor() 679 basegfx::B3DPoint aVec(rVec); in ViewToEyeCoor() [all …]
|
| /trunk/main/basegfx/source/polygon/ |
| H A D | b3dpolygontools.cxx | 96 const B3DPoint aTestPoint(rCandidate.getB3DPoint(a)); in getRange() 163 B3DPoint aPreviousPoint(rCandidate.getB3DPoint(nPointCount - 1L)); in getSignedArea() 167 const B3DPoint aCurrentPoint(rCandidate.getB3DPoint(a)); in getSignedArea() 235 const B3DPoint aCurrentPoint(rCandidate.getB3DPoint(nIndex)); in getEdgeLength() 236 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getEdgeLength() 257 const B3DPoint aCurrentPoint(rCandidate.getB3DPoint(a)); in getLength() 258 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getLength() 267 B3DPoint getPositionAbsolute(const B3DPolygon& rCandidate, double fDistance, double fLength) in getPositionAbsolute() 269 B3DPoint aRetval; in getPositionAbsolute() 350 const B3DPoint aNextPoint(rCandidate.getB3DPoint(nNextIndex)); in getPositionAbsolute() [all …]
|
| H A D | b3dpolypolygontools.cxx | 103 aTemp.append(B3DPoint(0.0, 0.0, 1.0)); in createUnitCubePolyPolygon() 104 aTemp.append(B3DPoint(0.0, 1.0, 1.0)); in createUnitCubePolyPolygon() 105 aTemp.append(B3DPoint(1.0, 1.0, 1.0)); in createUnitCubePolyPolygon() 106 aTemp.append(B3DPoint(1.0, 0.0, 1.0)); in createUnitCubePolyPolygon() 111 aTemp.append(B3DPoint(0.0, 0.0, 0.0)); in createUnitCubePolyPolygon() 112 aTemp.append(B3DPoint(0.0, 1.0, 0.0)); in createUnitCubePolyPolygon() 113 aTemp.append(B3DPoint(1.0, 1.0, 0.0)); in createUnitCubePolyPolygon() 114 aTemp.append(B3DPoint(1.0, 0.0, 0.0)); in createUnitCubePolyPolygon() 119 aTemp.append(B3DPoint(0.0, 0.0, 0.0)); in createUnitCubePolyPolygon() 120 aTemp.append(B3DPoint(0.0, 0.0, 1.0)); in createUnitCubePolyPolygon() [all …]
|
| H A D | b3dpolygon.cxx | 41 basegfx::B3DPoint maPoint; 49 explicit CoordinateData3D(const basegfx::B3DPoint& rData) in CoordinateData3D() 54 const basegfx::B3DPoint& getCoordinate() const in getCoordinate() 59 void setCoordinate(const basegfx::B3DPoint& rValue) in setCoordinate() 113 const basegfx::B3DPoint* pSmallest(&maVector[0].getCoordinate()); in getNormal() 114 const basegfx::B3DPoint* pNext(0); in getNormal() 115 const basegfx::B3DPoint* pPrev(0); in getNormal() 121 const basegfx::B3DPoint& rCandidate = maVector[a].getCoordinate(); in getNormal() 135 const basegfx::B3DPoint& rCandidate = maVector[a].getCoordinate(); in getNormal() 147 const basegfx::B3DPoint& rCandidate = maVector[a].getCoordinate(); in getNormal() [all …]
|
| H A D | b3dpolygonclipper.cxx | 44 …inline bool impIsInside(const B3DPoint& rCandidate, double fPlaneOffset, tools::B3DOrientation ePl… in impIsInside() 60 …inline double impGetCut(const B3DPoint& rCurrent, const B3DPoint& rNext, double fPlaneOffset, tool… in impGetCut() 98 const B3DPoint aCurrPoint(rSource.getB3DPoint(nIndA)); in impAppendInterpolate() 99 const B3DPoint aNextPoint(rSource.getB3DPoint(nIndB)); in impAppendInterpolate() 198 B3DPoint aCurrent(rCandidate.getB3DPoint(0L)); in clipPolygonOnOrthogonalPlane() 215 const B3DPoint aNext(rCandidate.getB3DPoint(nNextIndex)); in clipPolygonOnOrthogonalPlane() 261 const B3DPoint aNext(rCandidate.getB3DPoint(nNextIndex)); in clipPolygonOnOrthogonalPlane() 487 …B3DPolyPolygon clipPolygonOnPlane(const B3DPolygon& rCandidate, const B3DPoint& rPointOnPlane, con… in clipPolygonOnPlane() 526 …B3DPolyPolygon clipPolyPolygonOnPlane(const B3DPolyPolygon& rCandidate, const B3DPoint& rPointOnPl… in clipPolyPolygonOnPlane()
|
| /trunk/main/basegfx/inc/basegfx/polygon/ |
| H A D | b3dpolygontools.hxx | 93 …BASEGFX_DLLPUBLIC B3DPoint getPositionAbsolute(const B3DPolygon& rCandidate, double fDistance, dou… 98 …BASEGFX_DLLPUBLIC B3DPoint getPositionRelative(const B3DPolygon& rCandidate, double fDistance, dou… 115 …UBLIC B3DPolygon applyDefaultNormalsSphere( const B3DPolygon& rCandidate, const B3DPoint& rCenter); 133 …plyDefaultTextureCoordinatesSphere( const B3DPolygon& rCandidate, const B3DPoint& rCenter, bool bC… 139 …ASEGFX_DLLPUBLIC bool isInEpsilonRange(const B3DPoint& rEdgeStart, const B3DPoint& rEdgeEnd, const… 144 …BASEGFX_DLLPUBLIC bool isInEpsilonRange(const B3DPolygon& rCandidate, const B3DPoint& rTestPositio… 148 …BASEGFX_DLLPUBLIC bool isInside(const B3DPolygon& rCandidate, const B3DPoint& rPoint, bool bWithBo… 152 …BASEGFX_DLLPUBLIC bool isPointOnLine(const B3DPoint& rStart, const B3DPoint& rEnd, const B3DPoint&… 156 …BASEGFX_DLLPUBLIC bool isPointOnPolygon(const B3DPolygon& rCandidate, const B3DPoint& rPoint, bool… 160 …dPlane(const B3DVector& rPlaneNormal, const B3DPoint& rPlanePoint, const B3DPoint& rEdgeStart, con… [all …]
|
| H A D | b3dpolygon.hxx | 38 class B3DPoint; 79 B3DPoint getB3DPoint(sal_uInt32 nIndex) const; 80 void setB3DPoint(sal_uInt32 nIndex, const B3DPoint& rValue); 83 void insert(sal_uInt32 nIndex, const B3DPoint& rPoint, sal_uInt32 nCount = 1); 84 void append(const B3DPoint& rPoint, sal_uInt32 nCount = 1);
|
| /trunk/main/basegfx/inc/basegfx/point/ |
| H A D | b3dpoint.hxx | 43 class BASEGFX_DLLPUBLIC B3DPoint : public ::basegfx::B3DTuple class 50 B3DPoint() in B3DPoint() function in basegfx::B3DPoint 68 B3DPoint(double fX, double fY, double fZ) in B3DPoint() function in basegfx::B3DPoint 77 B3DPoint(const B3DPoint& rVec) in B3DPoint() function in basegfx::B3DPoint 84 B3DPoint(const ::basegfx::B3DTuple& rTuple) in B3DPoint() function in basegfx::B3DPoint 88 ~B3DPoint() in ~B3DPoint() 93 B3DPoint& operator*=( const B3DPoint& rPnt ) in operator *=() 103 B3DPoint& operator*=(double t) in operator *=() 114 B3DPoint& operator=( const ::basegfx::B3DTuple& rVec ) in operator =() 127 B3DPoint& operator*=( const ::basegfx::B3DHomMatrix& rMat ); [all …]
|
| /trunk/main/svx/inc/svx/ |
| H A D | camera3d.hxx | 39 basegfx::B3DPoint aResetPos; 40 basegfx::B3DPoint aResetLookAt; 44 basegfx::B3DPoint aPosition; 45 basegfx::B3DPoint aLookAt; 52 Camera3D(const basegfx::B3DPoint& rPos, const basegfx::B3DPoint& rLookAt, 59 void SetDefaults(const basegfx::B3DPoint& rPos, const basegfx::B3DPoint& rLookAt, 64 void SetPosition(const basegfx::B3DPoint& rNewPos); 65 const basegfx::B3DPoint& GetPosition() const { return aPosition; } in GetPosition() 66 void SetLookAt(const basegfx::B3DPoint& rNewLookAt); 67 const basegfx::B3DPoint& GetLookAt() const { return aLookAt; } in GetLookAt() [all …]
|
| H A D | viewpt3d.hxx | 56 basegfx::B3DPoint aVRP; // View Reference Point 59 basegfx::B3DPoint aPRP; // Projection Reference Point(View-Koordinaten) 75 basegfx::B3DPoint aViewPoint; // Beobachterstandpunkt in Weltkoordinaten; 87 void SetVRP(const basegfx::B3DPoint& rNewVRP); 90 void SetPRP(const basegfx::B3DPoint& rNewPRP); 95 const basegfx::B3DPoint& GetVRP() const { return aVRP; } in GetVRP() 98 const basegfx::B3DPoint& GetPRP() const { return aPRP; } in GetPRP() 118 const basegfx::B3DPoint& GetViewPoint(); 124 basegfx::B3DPoint DoProjection(const basegfx::B3DPoint& rVec) const; 125 basegfx::B3DPoint MapToDevice(const basegfx::B3DPoint& rVec) const;
|
| H A D | deflt3d.hxx | 47 basegfx::B3DPoint aDefaultCubePos; 53 basegfx::B3DPoint aDefaultSphereCenter; 89 const basegfx::B3DPoint& GetDefaultCubePos() { return aDefaultCubePos; } in GetDefaultCubePos() 90 void SetDefaultCubePos(const basegfx::B3DPoint& rNew) { aDefaultCubePos = rNew; } in SetDefaultCubePos() 99 const basegfx::B3DPoint& GetDefaultSphereCenter() { return aDefaultSphereCenter; } in GetDefaultSphereCenter() 100 void SetDefaultSphereCenter(const basegfx::B3DPoint& rNew) { aDefaultSphereCenter = rNew; } in SetDefaultSphereCenter() 102 void SetDefaultSphereSize(const basegfx::B3DPoint& rNew) { aDefaultSphereSize = rNew; } in SetDefaultSphereSize()
|
| /trunk/main/drawinglayer/source/primitive3d/ |
| H A D | polygontubeprimitive3d.cxx | 65 const basegfx::B3DPoint aLeft(0.0, 0.0, 0.0); in getLineTubeSegments() 66 const basegfx::B3DPoint aRight(1.0, 0.0, 0.0); in getLineTubeSegments() 67 basegfx::B3DPoint aLastLeft(0.0, 1.0, 0.0); in getLineTubeSegments() 68 basegfx::B3DPoint aLastRight(1.0, 1.0, 0.0); in getLineTubeSegments() 75 const basegfx::B3DPoint aNextLeft(aRot * aLastLeft); in getLineTubeSegments() 76 const basegfx::B3DPoint aNextRight(aRot * aLastRight); in getLineTubeSegments() 126 const basegfx::B3DPoint aNull(0.0, 0.0, 0.0); in getLineCapSegments() 127 basegfx::B3DPoint aLast(0.0, 1.0, 0.0); in getLineCapSegments() 134 const basegfx::B3DPoint aNext(aRot * aLast); in getLineCapSegments() 290 basegfx::B3DPoint aPointOnXY, aPointRotY, aNextPointOnXY, aNextPointRotY; in getLineJoinSegments() [all …]
|
| H A D | sdrextrudelathetools3d.cxx | 145 const basegfx::B3DPoint aStartA(aSubA.getB3DPoint(nIndexA)); in impAddInBetweenFill() 146 const basegfx::B3DPoint aEndA(aSubA.getB3DPoint(nIndexB)); in impAddInBetweenFill() 147 const basegfx::B3DPoint aStartB(aSubB.getB3DPoint(nIndexA)); in impAddInBetweenFill() 148 const basegfx::B3DPoint aEndB(aSubB.getB3DPoint(nIndexB)); in impAddInBetweenFill() 224 basegfx::B3DPoint aPrevA(aSubA.getB3DPoint(nPointCount - 1L)); in impCreateInBetweenNormals() 225 basegfx::B3DPoint aCurrA(aSubA.getB3DPoint(0L)); in impCreateInBetweenNormals() 231 const basegfx::B3DPoint aNextA(aSubA.getB3DPoint(nIndNext)); in impCreateInBetweenNormals() 232 const basegfx::B3DPoint aCurrB(aSubB.getB3DPoint(b)); in impCreateInBetweenNormals() 241 const basegfx::B3DPoint aNextB(aSubB.getB3DPoint(nIndNext)); in impCreateInBetweenNormals() 623 …basegfx::B3DPoint aCenter(basegfx::tools::getRange(rSliceVector[0L].getB3DPolyPolygon()).getCenter… in extractPlanesFromSlice() [all …]
|
| /trunk/main/svx/source/engine3d/ |
| H A D | helperhittest3d.cxx | 69 const basegfx::B3DPoint& rFront, in getAllHit3DObjectWithRelativePoint() 70 const basegfx::B3DPoint& rBack, in getAllHit3DObjectWithRelativePoint() 73 ::std::vector< basegfx::B3DPoint >& o_rResult, in getAllHit3DObjectWithRelativePoint() 206 …const basegfx::B3DPoint aFront(aViewToObject * basegfx::B3DPoint(aRelativePoint.getX(), aRelativeP… in getAllHit3DObjectsSortedFrontToBack() 207 …const basegfx::B3DPoint aBack(aViewToObject * basegfx::B3DPoint(aRelativePoint.getX(), aRelativePo… in getAllHit3DObjectsSortedFrontToBack() 212 ::std::vector< basegfx::B3DPoint > aHitsWithObject; in getAllHit3DObjectsSortedFrontToBack() 217 …const basegfx::B3DPoint aPointInViewCoordinates(aViewInfo3D.getObjectToView() * aHitsWithObject[a]… in getAllHit3DObjectsSortedFrontToBack() 270 …const basegfx::B3DPoint aFront(aViewToObject * basegfx::B3DPoint(aRelativePoint.getX(), aRelativeP… in checkHitSingle3DObject() 271 …const basegfx::B3DPoint aBack(aViewToObject * basegfx::B3DPoint(aRelativePoint.getX(), aRelativePo… in checkHitSingle3DObject() 276 ::std::vector< basegfx::B3DPoint > aHitsWithObject; in checkHitSingle3DObject()
|
| H A D | camera3d.cxx | 35 Camera3D::Camera3D(const basegfx::B3DPoint& rPos, const basegfx::B3DPoint& rLookAt, in Camera3D() 58 basegfx::B3DPoint aVector3D(0.0 ,0.0 ,1.0); in Camera3D() 59 Camera3D(aVector3D, basegfx::B3DPoint()); in Camera3D() 83 void Camera3D::SetDefaults(const basegfx::B3DPoint& rPos, const basegfx::B3DPoint& rLookAt, in SetDefaults() 111 void Camera3D::SetPosition(const basegfx::B3DPoint& rNewPos) in SetPosition() 128 void Camera3D::SetLookAt(const basegfx::B3DPoint& rNewLookAt) in SetLookAt() 144 void Camera3D::SetPosAndLookAt(const basegfx::B3DPoint& rNewPos, in SetPosAndLookAt() 145 const basegfx::B3DPoint& rNewLookAt) in SetPosAndLookAt() 262 SetPRP(basegfx::B3DPoint(0.0, 0.0, fLen / 35.0 * aViewWin.W)); in SetFocalLength() 384 SetPRP(basegfx::B3DPoint(0.0, 0.0, aPRP.getZ() * fLen / fFocalLength)); in SetFocalLengthWithCorrect()
|
| H A D | dragmt3d.cxx | 339 basegfx::B3DPoint aObjCenter = rCandidate.mp3DObj->GetBoundVolume().getCenter(); in E3dDragRotate() 361 basegfx::B3DPoint aRotCenter3D(aRotCenter2D.getX(), aRotCenter2D.getY(), 0.0); in E3dDragRotate() 574 …basegfx::B3DPoint aGlobalMoveHead((double)(rPnt.X() - maLastPos.X()), (double)(rPnt.Y() - maLastPo… in MoveSdrDrag() 575 basegfx::B3DPoint aGlobalMoveTail(0.0, 0.0, 32768.0); in MoveSdrDrag() 602 … basegfx::B3DPoint aMoveHead3D(aGlobalMoveHead2D.getX(), aGlobalMoveHead2D.getY(), 0.5); in MoveSdrDrag() 603 … basegfx::B3DPoint aMoveTail3D(aGlobalMoveTail2D.getX(), aGlobalMoveTail2D.getY(), 0.5); in MoveSdrDrag() 632 basegfx::B3DPoint aTranslate(aMoveHead3D - aMoveTail3D); in MoveSdrDrag() 661 … const basegfx::B3DPoint aObjectCenter(rCandidate.mp3DObj->GetBoundVolume().getCenter()); in MoveSdrDrag() 677 …basegfx::B3DPoint aGlobalScaleStart3D(aGlobalScaleStart2D.getX(), aGlobalScaleStart2D.getY(), aObj… in MoveSdrDrag() 678 …basegfx::B3DPoint aGlobalScaleNext3D(aGlobalScaleNext2D.getX(), aGlobalScaleNext2D.getY(), aObject… in MoveSdrDrag() [all …]
|
| H A D | viewpt3d2.cxx | 95 const basegfx::B3DPoint& Viewport3D::GetViewPoint() in GetViewPoint() 258 basegfx::B3DPoint Viewport3D::DoProjection(const basegfx::B3DPoint& rVec) const in DoProjection() 260 basegfx::B3DPoint aVec(rVec); in DoProjection() 290 basegfx::B3DPoint Viewport3D::MapToDevice(const basegfx::B3DPoint& rVec) const in MapToDevice() 292 basegfx::B3DPoint aRetval; in MapToDevice() 309 void Viewport3D::SetVRP(const basegfx::B3DPoint& rNewVRP) in SetVRP() 346 void Viewport3D::SetPRP(const basegfx::B3DPoint& rNewPRP) in SetPRP()
|
| /trunk/main/basegfx/source/range/ |
| H A D | b3drange.cxx | 56 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMinY(), aSource.getMinZ())); in transform() 57 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMinY(), aSource.getMinZ())); in transform() 58 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMaxY(), aSource.getMinZ())); in transform() 59 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMaxY(), aSource.getMinZ())); in transform() 60 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMinY(), aSource.getMaxZ())); in transform() 61 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMinY(), aSource.getMaxZ())); in transform() 62 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMaxY(), aSource.getMaxZ())); in transform() 63 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMaxY(), aSource.getMaxZ())); in transform()
|
| /trunk/main/drawinglayer/inc/drawinglayer/processor3d/ |
| H A D | cutfindprocessor3d.hxx | 45 basegfx::B3DPoint maFront; 46 basegfx::B3DPoint maBack; 49 ::std::vector< basegfx::B3DPoint > maResult; 72 const basegfx::B3DPoint& rFront, 73 const basegfx::B3DPoint& rBack, 83 const ::std::vector< basegfx::B3DPoint >& getCutPoints() const { return maResult; } in getCutPoints()
|
| /trunk/main/basegfx/source/raster/ |
| H A D | rasterconvert3d.cxx | 160 B3DPoint aStart(rFill.getB3DPoint(a)); in addEdge() 161 B3DPoint aEnd(rFill.getB3DPoint(b)); in addEdge() 219 B3DPoint aStart(rLine.getB3DPoint(nA)); in rasterconvertB3DEdge() 220 B3DPoint aEnd(rLine.getB3DPoint(nB)); in rasterconvertB3DEdge() 240 …aPolygon.append(B3DPoint(aStart.getX() + aPerpend.getX(), aStart.getY() + aPerpend.getY(), fZStart… in rasterconvertB3DEdge() 241 …aPolygon.append(B3DPoint(aEnd.getX() + aPerpend.getX(), aEnd.getY() + aPerpend.getY(), fZEndWithAd… in rasterconvertB3DEdge() 242 …aPolygon.append(B3DPoint(aEnd.getX() - aPerpend.getX(), aEnd.getY() - aPerpend.getY(), fZEndWithAd… in rasterconvertB3DEdge() 243 …aPolygon.append(B3DPoint(aStart.getX() - aPerpend.getX(), aStart.getY() - aPerpend.getY(), fZStart… in rasterconvertB3DEdge()
|
| /trunk/main/drawinglayer/source/processor3d/ |
| H A D | cutfindprocessor3d.cxx | 44 const basegfx::B3DPoint& rFront, in CutFindProcessor() 45 const basegfx::B3DPoint& rBack, in CutFindProcessor() 74 const basegfx::B3DPoint aLastFront(maFront); in processBasePrimitive3D() 75 const basegfx::B3DPoint aLastBack(maBack); in processBasePrimitive3D() 187 const basegfx::B3DPoint aPointOnPlane(aPolygon.getB3DPoint(0)); in processBasePrimitive3D() 192 … const basegfx::B3DPoint aCutPoint(basegfx::interpolate(maFront, maBack, fCut)); in processBasePrimitive3D()
|
| /trunk/main/basegfx/inc/basegfx/range/ |
| H A D | b3drange.hxx | 182 B3DPoint getMinimum() const in getMinimum() 184 return B3DPoint( in getMinimum() 191 B3DPoint getMaximum() const in getMaximum() 193 return B3DPoint( in getMaximum() 209 B3DPoint getCenter() const in getCenter() 211 return B3DPoint( in getCenter()
|
| /trunk/main/basegfx/source/point/ |
| H A D | b3dpoint.cxx | 32 B3DPoint& B3DPoint::operator*=( const ::basegfx::B3DHomMatrix& rMat ) in operator *=() 74 B3DPoint operator*( const ::basegfx::B3DHomMatrix& rMat, const B3DPoint& rPoint ) in operator *() 76 B3DPoint aRes( rPoint ); in operator *()
|
| /trunk/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShape3d.cxx | 244 const basegfx::B3DPoint aPoint(rPoly3D.getB3DPoint(j)); in ApplySkewSettings() 246 aRetval.append(basegfx::B3DPoint( in ApplySkewSettings() 255 Point EnhancedCustomShape3d::Transformation2D::Transform2D( const basegfx::B3DPoint& rPoint3D ) con… in Transform2D() 616 basegfx::B3DPoint aLookAt( 0.0, 0.0, 0.0 ); in Create3DObject() 617 basegfx::B3DPoint aCamPos( 0.0, 0.0, 100.0 ); in Create3DObject() 618 rCamera.SetDefaults( basegfx::B3DPoint( 0.0, 0.0, 100.0 ), aLookAt, 100.0 ); in Create3DObject() 660 basegfx::B3DPoint _aLookAt( 0.0, 0.0, 0.0 ); in Create3DObject() 661 basegfx::B3DPoint _aNewCamPos( 0.0, 0.0, 25000.0 ); in Create3DObject() 675 basegfx::B3DPoint _aLookAt( fViewPointX, -fViewPointY, 0.0 ); in Create3DObject() 676 basegfx::B3DPoint aNewCamPos( fViewPointX, -fViewPointY, fViewPointZ ); in Create3DObject() [all …]
|