Lines Matching refs:spheToRect

39 	StelUtils::spheToRect(-0.5, -0.5, c1[3]);  in QTEST_GUILESS_MAIN()
40 StelUtils::spheToRect(0.5, -0.5, c1[2]); in QTEST_GUILESS_MAIN()
41 StelUtils::spheToRect(0.5, 0.5, c1[1]); in QTEST_GUILESS_MAIN()
42 StelUtils::spheToRect(-0.5, 0.5, c1[0]); in QTEST_GUILESS_MAIN()
45 StelUtils::spheToRect(-0.2, 0.2, c2[3]); in QTEST_GUILESS_MAIN()
46 StelUtils::spheToRect(0.2, 0.2, c2[2]); in QTEST_GUILESS_MAIN()
47 StelUtils::spheToRect(0.2, -0.2, c2[1]); in QTEST_GUILESS_MAIN()
48 StelUtils::spheToRect(-0.2, -0.2, c2[0]); in QTEST_GUILESS_MAIN()
65 StelUtils::spheToRect(M_PI-0.5, -0.5, c4[3]); in QTEST_GUILESS_MAIN()
66 StelUtils::spheToRect(M_PI+0.5, -0.5, c4[2]); in QTEST_GUILESS_MAIN()
67 StelUtils::spheToRect(M_PI+0.5, 0.5, c4[1]); in QTEST_GUILESS_MAIN()
68 StelUtils::spheToRect(M_PI-0.5, 0.5, c4[0]); in QTEST_GUILESS_MAIN()
72 StelUtils::spheToRect(0.1,M_PI/2.-0.1, cpole[3]); in QTEST_GUILESS_MAIN()
73 StelUtils::spheToRect(0.1+M_PI/2., M_PI/2.-0.1, cpole[2]); in QTEST_GUILESS_MAIN()
74 StelUtils::spheToRect(0.1+M_PI, M_PI/2.-0.1, cpole[1]); in QTEST_GUILESS_MAIN()
75 StelUtils::spheToRect(0.1+M_PI+M_PI/2.,M_PI/2.-0.1, cpole[0]); in QTEST_GUILESS_MAIN()
78 StelUtils::spheToRect(0.1,-M_PI/2.+0.1, cpole[0]); in QTEST_GUILESS_MAIN()
79 StelUtils::spheToRect(0.1+M_PI/2., -M_PI/2.+0.1, cpole[1]); in QTEST_GUILESS_MAIN()
80 StelUtils::spheToRect(0.1+M_PI, -M_PI/2.+0.1, cpole[2]); in QTEST_GUILESS_MAIN()
81 StelUtils::spheToRect(0.1+M_PI+M_PI/2.,-M_PI/2.+0.1, cpole[3]); in QTEST_GUILESS_MAIN()
202 StelUtils::spheToRect(-deg5, -deg5, v3); in testContains()
203 StelUtils::spheToRect(+deg5, -deg5, v2); in testContains()
204 StelUtils::spheToRect(+deg5, +deg5, v1); in testContains()
205 StelUtils::spheToRect(-deg5, +deg5, v0); in testContains()
213 StelUtils::spheToRect(-deg2, -deg2, v3); in testContains()
214 StelUtils::spheToRect(+deg2, -deg2, v2); in testContains()
215 StelUtils::spheToRect(+deg2, +deg2, v1); in testContains()
216 StelUtils::spheToRect(-deg2, +deg2, v0); in testContains()
232 StelUtils::spheToRect(-deg5, -deg2, v3); in testContains()
233 StelUtils::spheToRect(+deg5, -deg2, v2); in testContains()
234 StelUtils::spheToRect(+deg5, +deg2, v1); in testContains()
235 StelUtils::spheToRect(-deg5, +deg2, v0); in testContains()
239 StelUtils::spheToRect(-deg2, -deg5, v3); in testContains()
240 StelUtils::spheToRect(+deg2, -deg5, v2); in testContains()
241 StelUtils::spheToRect(+deg2, +deg5, v1); in testContains()
242 StelUtils::spheToRect(-deg2, +deg5, v0); in testContains()
275 StelUtils::spheToRect(-deg5, -deg5, v3); in testGreatCircleIntersection()
276 StelUtils::spheToRect(+deg5, -deg5, v2); in testGreatCircleIntersection()
277 StelUtils::spheToRect(+deg5, +deg5, v1); in testGreatCircleIntersection()
278 StelUtils::spheToRect(-deg5, +deg5, v0); in testGreatCircleIntersection()
324 StelUtils::spheToRect(0.00000, 0.00000, v0); in testSphericalPolygon()
325 StelUtils::spheToRect(0.3, 0.3, v1); in testSphericalPolygon()
384 StelUtils::spheToRect(0., 0., v0); in benchmarkContains()
385 StelUtils::spheToRect(0.3, 0.3, v1); in benchmarkContains()
396 StelUtils::spheToRect(-0.5, -0.5, v0); in benchmarkCheckValid()
397 StelUtils::spheToRect(0.5, -0.5, v1); in benchmarkCheckValid()
398 StelUtils::spheToRect(0.5, 0.5, v2); in benchmarkCheckValid()
530 StelUtils::spheToRect(-0.5, -0.5, c1[3]); in benchmarkCreatePolygon()
531 StelUtils::spheToRect(0.5, -0.5, c1[2]); in benchmarkCreatePolygon()
532 StelUtils::spheToRect(0.5, 0.5, c1[1]); in benchmarkCreatePolygon()
533 StelUtils::spheToRect(-0.5, 0.5, c1[0]); in benchmarkCreatePolygon()
536 StelUtils::spheToRect(-0.2, 0.2, c2[3]); in benchmarkCreatePolygon()
537 StelUtils::spheToRect(0.2, 0.2, c2[2]); in benchmarkCreatePolygon()
538 StelUtils::spheToRect(0.2, -0.2, c2[1]); in benchmarkCreatePolygon()
539 StelUtils::spheToRect(-0.2, -0.2, c2[0]); in benchmarkCreatePolygon()