Searched defs:aCutPoint (Results 1 – 5 of 5) sorted by relevance
/trunk/main/drawinglayer/source/processor3d/ |
H A D | cutfindprocessor3d.cxx | 192 … const basegfx::B3DPoint aCutPoint(basegfx::interpolate(maFront, maBack, fCut)); in processBasePrimitive3D() local
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dlinegeometry.cxx | 389 B2DPoint aCutPoint; in createAreaGeometryForEdge() local 729 const B2DPoint aCutPoint(aStartPoint + (rTangentPrev * fCutPos)); in createAreaGeometryForJoin() local
|
H A D | b2dpolygoncutandtouch.cxx | 278 const B2DPoint aCutPoint(interpolate(rCurrA, rNextA, fCut)); in findEdgeCutsTwoEdges() local 375 const B2DPoint aCutPoint(interpolate(aCurrA, aNextA, fCutA)); in findCutsAndTouchesAndCommonForBezier() local 391 const B2DPoint aCutPoint(interpolate(aCurrB, aNextB, fCutB)); in findCutsAndTouchesAndCommonForBezier() local
|
H A D | b2dpolygontools.cxx | 1589 const B2DPoint aCutPoint(interpolate(rEdgeStart, rEdgeEnd, fCut)); in isInEpsilonRange() local 2532 const B2DPoint aCutPoint(rPointA + rCut * aVector1); in getDistancePointToEndlessRay() local 2571 const B2DPoint aCutPoint(rPointA + fCut * aVector1); in getSmallestDistancePointToEdge() local
|
H A D | b3dpolygontools.cxx | 787 const B3DPoint aCutPoint(interpolate(rEdgeStart, rEdgeEnd, fCut)); in isInEpsilonRange() local
|
Completed in 93 milliseconds