Lines Matching refs:fEndptsX
45 double fEndptsX[2] = {0, 1};
120 fControlLength = fit_cubic_to_unit_circle(fEndptsX[0], fEndptsY[0], fEndptsX[1], fEndptsY[1],
136 fTheta = std::atan2(fEndptsY[1], fEndptsX[1]) - std::atan2(fEndptsY[0], fEndptsX[0]);
197 that->fEndptsX[fPtIdx] = dx/l;
199 if (that->fEndptsX[0] * that->fEndptsY[1] - that->fEndptsY[0] * that->fEndptsX[1] < 0) {
200 std::swap(that->fEndptsX[0], that->fEndptsX[1]);