Lines Matching refs:B2DVector

58 				B2DVector aLeft(rfEA - rfPA);  in ImpSubDivAngle()
59 B2DVector aRight(rfEB - rfPB); in ImpSubDivAngle()
125 const B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngleStart()
126 const B2DVector aRight(rfEB - rfPB); in ImpSubDivAngleStart()
137 const B2DVector aBase(rfPB - rfPA); in ImpSubDivAngleStart()
209 const B2DVector aLeftLeft(bLeftEqualZero ? aS2L - aS1L : aS1L - rfPA); // #i72104# in ImpSubDivAngleStart()
210 const B2DVector aRightLeft(aS2L - aS3C); in ImpSubDivAngleStart()
219 const B2DVector aLeftRight(aS2R - aS3C); in ImpSubDivAngleStart()
220 const B2DVector aRightRight(bRightEqualZero ? aS2R - aS1R : aS1R - rfPB); // #i72104# in ImpSubDivAngleStart()
425 const B2DVector aEdge(maEndPoint - maStartPoint); in testAndSolveTrivialBezier()
432 const B2DVector aVecA(maControlPointA - maStartPoint); in testAndSolveTrivialBezier()
433 const B2DVector aVecB(maControlPointB - maEndPoint); in testAndSolveTrivialBezier()
543 return B2DVector(getEndPoint() - getStartPoint()).getLength(); in getLength()
549 const B2DVector aEdge(maEndPoint - maStartPoint); in getEdgeLength()
555 const B2DVector aVectorA(maControlPointA - maStartPoint); in getControlPolygonLength()
556 const B2DVector aVectorB(maEndPoint - maControlPointB); in getControlPolygonLength()
560 const B2DVector aTop(maControlPointB - maControlPointA); in getControlPolygonLength()
582 B2DVector B2DCubicBezier::getTangent(double t) const in getTangent()
587 B2DVector aTangent(getControlPointA() - getStartPoint()); in getTangent()
609 B2DVector aTangent(getEndPoint() - getControlPointB()); in getTangent()
697 B2DVector aVector(rTestPoint - aInitialPolygon.getB2DPoint(0L)); in getSmallestDistancePointToBezierSegment()
704 aVector = B2DVector(rTestPoint - aInitialPolygon.getB2DPoint(a)); in getSmallestDistancePointToBezierSegment()
729 aVector = B2DVector(rTestPoint - maStartPoint); in getSmallestDistancePointToBezierSegment()
733 aVector = B2DVector(rTestPoint - interpolatePoint(fPosLeft)); in getSmallestDistancePointToBezierSegment()
751 aVector = B2DVector(rTestPoint - maEndPoint); in getSmallestDistancePointToBezierSegment()
755 aVector = B2DVector(rTestPoint - interpolatePoint(fPosRight)); in getSmallestDistancePointToBezierSegment()