Home
last modified time | relevance | path

Searched refs:aTestVector (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx1050 const B3DVector aTestVector(rCandidate - rStart); in isPointOnLine() local
1052 if(areParallel(aEdgeVector, aTestVector)) in isPointOnLine()
1063 fParamTestOnCurr = aTestVector.getX() / aEdgeVector.getX(); in isPointOnLine()
1068 fParamTestOnCurr = aTestVector.getZ() / aEdgeVector.getZ(); in isPointOnLine()
1076 fParamTestOnCurr = aTestVector.getY() / aEdgeVector.getY(); in isPointOnLine()
1081 fParamTestOnCurr = aTestVector.getZ() / aEdgeVector.getZ(); in isPointOnLine()
H A Db2dpolygoncutandtouch.cxx675 const B2DVector aTestVector(aTestPoint - rCurr); in findTouchesOnEdge() local
677 if(areParallel(aNormalizedEdgeVector, aTestVector)) in findTouchesOnEdge()
680 ? aTestVector.getX() / aEdgeVector.getX() in findTouchesOnEdge()
681 : aTestVector.getY() / aEdgeVector.getY()); in findTouchesOnEdge()
H A Db2dpolygontools.cxx2243 const B2DVector aTestVector(rCandidate - rStart); in isPointOnLine() local
2245 if(areParallel(aEdgeVector, aTestVector)) in isPointOnLine()
2250 ? aTestVector.getX() / aEdgeVector.getX() in isPointOnLine()
2251 : aTestVector.getY() / aEdgeVector.getY()); in isPointOnLine()

Completed in 46 milliseconds