Lines Matching defs:x1
456 double x1,y1,z1;
458 x1 = camPoint1[0];
604 double x1,y1,z1;
606 x1 = pointCam1.x;
623 coeffs->Xcoef = -x1 + xA;
624 coeffs->XcoefA = xB + x1 - xA;
625 coeffs->XcoefB = -xA - gamma * x1 + gamma * xA;
641 coeffs->Xcoef = -( -x1 + xA);
642 coeffs->XcoefB = -( xB + x1 - xA);
643 coeffs->XcoefA = -( -xA - gamma * x1 + gamma * xA);