Searched refs:aVecA (Results 1 – 2 of 2) sorted by relevance
248 const B2DVector aVecA(rNextA - rCurrA); in findEdgeCutsTwoEdges() local250 double fCut(aVecA.cross(aVecB)); in findEdgeCutsTwoEdges()266 fCut2 = (rCurrA.getX() + (fCut * aVecA.getX()) - rCurrB.getX()) / aVecB.getX(); in findEdgeCutsTwoEdges()270 fCut2 = (rCurrA.getY() + (fCut * aVecA.getY()) - rCurrB.getY()) / aVecB.getY(); in findEdgeCutsTwoEdges()331 const B2DVector aVecA(aNextA - aCurrA); in findCutsAndTouchesAndCommonForBezier() local333 double fCutA(aVecA.cross(aVecB)); in findCutsAndTouchesAndCommonForBezier()351 fCutB = (aCurrA.getX() + (fCutA * aVecA.getX()) - aCurrB.getX()) / aVecB.getX(); in findCutsAndTouchesAndCommonForBezier()355 fCutB = (aCurrA.getY() + (fCutA * aVecA.getY()) - aCurrB.getY()) / aVecB.getY(); in findCutsAndTouchesAndCommonForBezier()
432 const B2DVector aVecA(maControlPointA - maStartPoint); in testAndSolveTrivialBezier() local436 bool bAIsTrivial(aVecA.equalZero()); in testAndSolveTrivialBezier()455 const double fCross(aVecA.cross(aEdge) * fInverseEdgeLength); in testAndSolveTrivialBezier()461 ? aVecA.getX() / aEdge.getX() in testAndSolveTrivialBezier()462 : aVecA.getY() / aEdge.getY()); in testAndSolveTrivialBezier()
Completed in 21 milliseconds