Lines Matching refs:fEndptsY
46 double fEndptsY[2] = {-1, 0};
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]);
198 that->fEndptsY[fPtIdx] = dy/l;
199 if (that->fEndptsX[0] * that->fEndptsY[1] - that->fEndptsY[0] * that->fEndptsX[1] < 0) {
201 std::swap(that->fEndptsY[0], that->fEndptsY[1]);