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