Searched refs:aTestVector (Results 1 – 3 of 3) sorted by relevance
1050 const B3DVector aTestVector(rCandidate - rStart); in isPointOnLine() local1052 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()
675 const B2DVector aTestVector(aTestPoint - rCurr); in findTouchesOnEdge() local677 if(areParallel(aNormalizedEdgeVector, aTestVector)) in findTouchesOnEdge()680 ? aTestVector.getX() / aEdgeVector.getX() in findTouchesOnEdge()681 : aTestVector.getY() / aEdgeVector.getY()); in findTouchesOnEdge()
2243 const B2DVector aTestVector(rCandidate - rStart); in isPointOnLine() local2245 if(areParallel(aEdgeVector, aTestVector)) in isPointOnLine()2250 ? aTestVector.getX() / aEdgeVector.getX() in isPointOnLine()2251 : aTestVector.getY() / aEdgeVector.getY()); in isPointOnLine()
Completed in 46 milliseconds