Lines Matching refs:aCurrentPoint

412 					B2DPoint aCurrentPoint(aCandidate.getB2DPoint(nPointCount - 1L));  in isInside()  local
416 const B2DPoint aPreviousPoint(aCurrentPoint); in isInside()
417 aCurrentPoint = aCandidate.getB2DPoint(a); in isInside()
421 const bool bCompYB(fTools::more(aCurrentPoint.getY(), rPoint.getY())); in isInside()
427 const bool bCompXB(fTools::more(aCurrentPoint.getX(), rPoint.getX())); in isInside()
439 aCurrentPoint.getX() - (aCurrentPoint.getY() - rPoint.getY()) * in isInside()
440 (aPreviousPoint.getX() - aCurrentPoint.getX()) / in isInside()
441 (aPreviousPoint.getY() - aCurrentPoint.getY())); in isInside()
516 const B2DPoint aCurrentPoint(aCandidate.getB2DPoint(a)); in getSignedArea() local
518 fRetval += aPreviousPoint.getX() * aCurrentPoint.getY(); in getSignedArea()
519 fRetval -= aPreviousPoint.getY() * aCurrentPoint.getX(); in getSignedArea()
2271 B2DPoint aCurrentPoint(aCandidate.getB2DPoint(0L)); in isPointOnPolygon() local
2277 if(isPointOnLine(aCurrentPoint, aNextPoint, rPoint, bWithPoints)) in isPointOnPolygon()
2282 aCurrentPoint = aNextPoint; in isPointOnPolygon()
2801 const B2DPoint aCurrentPoint(rCandidate.getB2DPoint(nIndex)); in setContinuityInPoint() local
2817 …rCandidate.setPrevControlPoint(nIndex, interpolate(aCurrentPoint, rCandidate.getB2DPoint(nPrevInde… in setContinuityInPoint()
2833 …rCandidate.setNextControlPoint(nIndex, interpolate(aCurrentPoint, rCandidate.getB2DPoint(nNextInde… in setContinuityInPoint()
2846 B2DVector aVectorPrev(rCandidate.getPrevControlPoint(nIndex) - aCurrentPoint); in setContinuityInPoint()
2847 B2DVector aVectorNext(rCandidate.getNextControlPoint(nIndex) - aCurrentPoint); in setContinuityInPoint()
2862 …const double fLenPrevEdge(B2DVector(rCandidate.getB2DPoint(nPrevIndex) - aCurrentPoint).getLength(… in setContinuityInPoint()
2863 …const double fLenNextEdge(B2DVector(rCandidate.getB2DPoint(nNextIndex) - aCurrentPoint).getLength(… in setContinuityInPoint()
2866 aCurrentPoint + (aVectorPrev * fLenPrevEdge), in setContinuityInPoint()
2867 aCurrentPoint + (aVectorNext * fLenNextEdge)); in setContinuityInPoint()
2879 aCurrentPoint - (aNormalizedPerpendicular * fLenPrev), in setContinuityInPoint()
2880 aCurrentPoint + (aNormalizedPerpendicular * fLenNext)); in setContinuityInPoint()
2885 aCurrentPoint + (aNormalizedPerpendicular * fLenPrev), in setContinuityInPoint()
2886 aCurrentPoint - (aNormalizedPerpendicular * fLenNext)); in setContinuityInPoint()
2899 B2DVector aVectorPrev(rCandidate.getPrevControlPoint(nIndex) - aCurrentPoint); in setContinuityInPoint()
2900 B2DVector aVectorNext(rCandidate.getNextControlPoint(nIndex) - aCurrentPoint); in setContinuityInPoint()
2912 aCurrentPoint + aScaledDirection, in setContinuityInPoint()
2913 aCurrentPoint - aScaledDirection); in setContinuityInPoint()
2924 aCurrentPoint - aPerpendicular, in setContinuityInPoint()
2925 aCurrentPoint + aPerpendicular); in setContinuityInPoint()
2930 aCurrentPoint + aPerpendicular, in setContinuityInPoint()
2931 aCurrentPoint - aPerpendicular); in setContinuityInPoint()