8 #ifndef META_OCEAN_TEST_TESTGEOMETRY_TEST_UTITLITIES_H
9 #define META_OCEAN_TEST_TESTGEOMETRY_TEST_UTITLITIES_H
19 namespace TestGeometry
35 static bool test(
const double testDuration);
This class implements tests for the functions in Geometry::Utilities.
Definition: testgeometry/TestUtilities.h:27
static bool testComputePolygonArea(const double testDuration)
Test for the computation of the area of polygons.
static bool testRandomCameraPoseFisheye(const double testDuration)
Tests the computation of a random camera pose for a fisheye camera.
static bool testRandomCameraPosePinhole(const double testDuration)
Tests the computation of a random camera pose for a pinhole camera.
static bool test(const double testDuration)
Tests for the functions in Geometry::Utilities.
static bool testCreateObjectPoints(const double testDuration)
Tests the create 3D object points function.
static bool testIsInsideConvexPolygon(const double testDuration)
Test for the check if points are inside or outside of a polygon.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15