Lines Matching defs:p2x
234 const double p2x = p2.fX;
243 const double cosTheta = (p2x - p0x) / hypotenuse;
271 const double p2xSqd = p2x * p2x;
277 const double p02xProd = p0x * p2x;
278 const double b12xProd = p1x * p2x;
286 const double h = -1.0 * (p0y - (2.0 * p1y) + p2y) * (p0x - (2.0 * p1x) + p2x);
287 const double sqrtB = p0x - (2.0 * p1x) + p2x;
296 + (2.0 * p1x * b12yProd) - (p2x * p0ySqd)
297 + (2.0 * p2x * p01yProd) + (p2x * p02yProd)
298 - (2.0 * p2x * p1ySqd);