Searched refs:getDeltaX (Results 1 – 1 of 1) sorted by relevance
84 double getDeltaX() const { return mpEnd->getX() - mpStart->getX(); } in getDeltaX() function in basegfx::trapezoidhelper::TrDeEdgeEntry96 const double fRadiant(atan2(getDeltaY(), getDeltaX()) * (SAL_MAX_UINT32 / F_PI)); in getSortValue()182 const double fDeltaXNew(fFactor * getDeltaX()); in getCutPointForGivenY()316 const B2DVector aDeltaB(aEdgeB.getDeltaX(), aEdgeB.getDeltaY()); in testAndCorrectEdgeIntersection()328 const B2DVector aDeltaA(aEdgeA.getDeltaX(), aEdgeA.getDeltaY()); in testAndCorrectEdgeIntersection()
Completed in 16 milliseconds