Searched refs:aCutPoint (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/basegfx/source/polygon/ |
H A D | b2dlinegeometry.cxx | 389 B2DPoint aCutPoint; in createAreaGeometryForEdge() local 435 aCutPoint = rEdge.getStartPoint() + (aPerpendStartA * fCutA); in createAreaGeometryForEdge() 436 aBezierPolygon.append(aCutPoint); in createAreaGeometryForEdge() 498 aCutPoint = rEdge.getEndPoint() + (aPerpendEndB * fCutB); in createAreaGeometryForEdge() 499 aBezierPolygon.append(aCutPoint); in createAreaGeometryForEdge() 551 if(aCutPoint.equal(aBezierPolygon.getB2DPoint(b))) in createAreaGeometryForEdge() 729 const B2DPoint aCutPoint(aStartPoint + (rTangentPrev * fCutPos)); in createAreaGeometryForJoin() local 730 aEdgePolygon.append(aCutPoint); in createAreaGeometryForJoin()
|
H A D | b2dpolygoncutandtouch.cxx | 278 const B2DPoint aCutPoint(interpolate(rCurrA, rNextA, fCut)); in findEdgeCutsTwoEdges() local 279 rTempPointsA.push_back(temporaryPoint(aCutPoint, nIndA, fCut)); in findEdgeCutsTwoEdges() 280 rTempPointsB.push_back(temporaryPoint(aCutPoint, nIndB, fCut2)); in findEdgeCutsTwoEdges() 375 const B2DPoint aCutPoint(interpolate(aCurrA, aNextA, fCutA)); in findCutsAndTouchesAndCommonForBezier() local 376 rTempPointsA.push_back(temporaryPoint(aCutPoint, a, fCutA)); in findCutsAndTouchesAndCommonForBezier() 391 const B2DPoint aCutPoint(interpolate(aCurrB, aNextB, fCutB)); in findCutsAndTouchesAndCommonForBezier() local 392 rTempPointsB.push_back(temporaryPoint(aCutPoint, b, fCutB)); in findCutsAndTouchesAndCommonForBezier()
|
H A D | b2dpolygontools.cxx | 1589 const B2DPoint aCutPoint(interpolate(rEdgeStart, rEdgeEnd, fCut)); in isInEpsilonRange() local 1590 const B2DVector aDelta(rTestPosition - aCutPoint); in isInEpsilonRange() 2532 const B2DPoint aCutPoint(rPointA + rCut * aVector1); in getDistancePointToEndlessRay() local 2533 const B2DVector aVector(rTestPoint - aCutPoint); in getDistancePointToEndlessRay() 2571 const B2DPoint aCutPoint(rPointA + fCut * aVector1); in getSmallestDistancePointToEdge() local 2572 const B2DVector aVector(rTestPoint - aCutPoint); in getSmallestDistancePointToEdge()
|
H A D | b3dpolygontools.cxx | 787 const B3DPoint aCutPoint(interpolate(rEdgeStart, rEdgeEnd, fCut)); in isInEpsilonRange() local 788 const B3DVector aDelta(rTestPosition - aCutPoint); in isInEpsilonRange()
|
/aoo4110/main/drawinglayer/source/processor3d/ |
H A D | cutfindprocessor3d.cxx | 192 … const basegfx::B3DPoint aCutPoint(basegfx::interpolate(maFront, maBack, fCut)); in processBasePrimitive3D() local 194 if(basegfx::tools::isInside(rPolyPolygon, aCutPoint, false)) in processBasePrimitive3D() 199 maResult.push_back(maCombinedTransform * aCutPoint); in processBasePrimitive3D()
|
Completed in 174 milliseconds