Searched refs:aEdgeVector (Results 1 – 4 of 4) sorted by relevance
1049 const B3DVector aEdgeVector(rEnd - rStart); in isPointOnLine() local1052 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()
662 const B2DVector aEdgeVector(rNext - rCurr); in findTouchesOnEdge() local663 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()
2242 const B2DVector aEdgeVector(rEnd - rStart); in isPointOnLine() local2245 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()
336 const basegfx::B2DVector aEdgeVector(aNext - aCurrent); in impHasCutWith() local340 aCurrent, aEdgeVector)) in impHasCutWith()
Completed in 47 milliseconds