20 #ifndef _TESTSTELSPHERICALGEOMETRY_HPP_ 21 #define _TESTSTELSPHERICALGEOMETRY_HPP_ 32 void testOctahedronPolygon();
33 void testSphericalCap();
35 void testPlaneIntersect2();
36 void testGreatCircleIntersection();
37 void testSphericalPolygon();
38 void testConsistency();
41 void benchmarkContains();
42 void benchmarkCheckValid();
43 void benchmarkSphericalCap();
44 void benchmarkGetIntersection();
46 void benchmarkCreatePolygon();
59 #endif // _TESTSTELSPHERICALGEOMETRY_HPP_ Class defining default implementations for some spherical geometry methods.
A special case of SphericalPolygon for which the polygon is convex.
Define all SphericalGeometry primitives as well as the SphericalRegionP type.