Home | History | Annotate | Download | only in src

Lines Matching full:bpt

242             Point3d bPt = inPt;
252 bPt.x /= sPt.x;
253 bPt.y /= sPt.y;
254 bPt.z /= sPt.z;
256 double w = (weightsV[i])*std::exp(-((aPt-bPt).dot(aPt-bPt))/2)/std::sqrt(sPt.dot(Point3d(1,1,1)));
294 Point3d bPt;
297 bPt = aPt;
298 aPt = getNewValue(bPt);
299 if ( getDistance(aPt, bPt) <= modeEps )