Searched refs:aTestPoly (Results 1 – 1 of 1) sorted by relevance
1371 Polygon2D aTestPoly(4); in main() local1372 aTestPoly[0] = someCurves[i].p0; in main()1373 aTestPoly[1] = someCurves[i].p1; in main()1374 aTestPoly[2] = someCurves[i].p2; in main()1375 aTestPoly[3] = someCurves[i].p3; in main()1377 aTestPoly[0].x += convHull_xOffset; in main()1378 aTestPoly[1].x += convHull_xOffset; in main()1379 aTestPoly[2].x += convHull_xOffset; in main()1380 aTestPoly[3].x += convHull_xOffset; in main()1383 << aTestPoly[0].x << "," in main()[all …]