Home
last modified time | relevance | path

Searched refs:aEdgeVector (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx1049 const B3DVector aEdgeVector(rEnd - rStart); in isPointOnLine() local
1052 if(areParallel(aEdgeVector, aTestVector)) in isPointOnLine()
1058 if(aEdgeVector.getX() > aEdgeVector.getY()) in isPointOnLine()
1060 if(aEdgeVector.getX() > aEdgeVector.getZ()) in isPointOnLine()
1063 fParamTestOnCurr = aTestVector.getX() / aEdgeVector.getX(); in isPointOnLine()
1068 fParamTestOnCurr = aTestVector.getZ() / aEdgeVector.getZ(); in isPointOnLine()
1073 if(aEdgeVector.getY() > aEdgeVector.getZ()) in isPointOnLine()
1076 fParamTestOnCurr = aTestVector.getY() / aEdgeVector.getY(); in isPointOnLine()
1081 fParamTestOnCurr = aTestVector.getZ() / aEdgeVector.getZ(); in isPointOnLine()
H A Db2dpolygoncutandtouch.cxx662 const B2DVector aEdgeVector(rNext - rCurr); in findTouchesOnEdge() local
663 B2DVector aNormalizedEdgeVector(aEdgeVector); in findTouchesOnEdge()
665 bool bTestUsingX(fabs(aEdgeVector.getX()) > fabs(aEdgeVector.getY())); in findTouchesOnEdge()
680 ? aTestVector.getX() / aEdgeVector.getX() in findTouchesOnEdge()
681 : aTestVector.getY() / aEdgeVector.getY()); in findTouchesOnEdge()
H A Db2dpolygontools.cxx2242 const B2DVector aEdgeVector(rEnd - rStart); in isPointOnLine() local
2245 if(areParallel(aEdgeVector, aTestVector)) in isPointOnLine()
2249 const double fParamTestOnCurr(fabs(aEdgeVector.getX()) > fabs(aEdgeVector.getY()) in isPointOnLine()
2250 ? aTestVector.getX() / aEdgeVector.getX() in isPointOnLine()
2251 : aTestVector.getY() / aEdgeVector.getY()); in isPointOnLine()
/aoo42x/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx336 const basegfx::B2DVector aEdgeVector(aNext - aCurrent); in impHasCutWith() local
340 aCurrent, aEdgeVector)) in impHasCutWith()

Completed in 48 milliseconds