Lines Matching defs:p3
1186 Geom::Point yv = gv.p3 - gv.p1; // Y' vector
1575 Geom::Point p3 = points[3];
1580 p3[X] = (p3[X] * PX2WORLD);
1584 p3[Y] = (p3[Y] * PX2WORLD);
1592 int32_t const x3 = (int32_t) round(p3[X]);
1593 int32_t const y3 = (int32_t) round(p3[Y]);
1864 Geom::Point p3 = points[3];
1869 p3[X] = (p3[X] * PX2WORLD);
1873 p3[Y] = (p3[Y] * PX2WORLD);
1881 int32_t const x3 = (int32_t) round(p3[X]);
1882 int32_t const y3 = (int32_t) round(p3[Y]);