Home
last modified time | relevance | path

Searched refs:aVecA (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx248 const B2DVector aVecA(rNextA - rCurrA); in findEdgeCutsTwoEdges() local
250 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() local
333 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()
/trunk/main/basegfx/source/curve/
H A Db2dcubicbezier.cxx432 const B2DVector aVecA(maControlPointA - maStartPoint); in testAndSolveTrivialBezier() local
436 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 29 milliseconds