Searched refs:rfPA (Results 1 – 1 of 1) sorted by relevance
46 const B2DPoint& rfPA, // start point in ImpSubDivAngle() argument58 B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngle()64 aLeft = rfEB - rfPA; in ImpSubDivAngle()116 const B2DPoint& rfPA, // start point in ImpSubDivAngleStart() argument125 const B2DVector aLeft(rfEA - rfPA); in ImpSubDivAngleStart()137 const B2DVector aBase(rfPB - rfPA); in ImpSubDivAngleStart()261 const B2DPoint& rfPA, // start point in ImpSubDivDistance() argument285 const double fJ1x(rfEA.getX() - rfPA.getX() - 1.0/3.0*(rfPB.getX() - rfPA.getX())); in ImpSubDivDistance()286 const double fJ1y(rfEA.getY() - rfPA.getY() - 1.0/3.0*(rfPB.getY() - rfPA.getY())); in ImpSubDivDistance()287 const double fJ2x(rfEB.getX() - rfPA.getX() - 2.0/3.0*(rfPB.getX() - rfPA.getX())); in ImpSubDivDistance()[all …]
Completed in 18 milliseconds