Searched refs:dbXtXt (Results 1 – 1 of 1) sorted by relevance
871 …double dbXtXt = double(pow2(pTemplPoints[0].x) + pow2(pTemplPoints[1].x) + pow2(pTemplPoints[2].x)… in CalculateTransformationLMS3() local891 dbXtXt -= dbXt * dbXt; in CalculateTransformationLMS3()911 … dbLMS = dbXtXt + dbYtYt - ((double)pow(dbXtXs + dbYtYs,2) + (double)pow(dbXtYs - dbYtXs,2)) / del; in CalculateTransformationLMS3()938 …double dbXtXt = double(pow2(pTemplPoints[0].x) + pow2(pTemplPoints[1].x) + pow2(pTemplPoints[2].x)… in CalculateTransformationLMS3_0() local958 dbXtXt -= dbXt * dbXt; in CalculateTransformationLMS3_0()972 … dbLMS = dbXtXt + dbYtYt - ((double)pow(dbXtXs + dbYtYs,2) + (double)pow(dbXtYs - dbYtXs,2)) / del; in CalculateTransformationLMS3_0()