8#ifndef META_OCEAN_TEST_TESTGEOMETRY_TEST_UTITLITIES_H
9#define META_OCEAN_TEST_TESTGEOMETRY_TEST_UTITLITIES_H
This class implements tests for the functions in Geometry::Utilities.
Definition testgeometry/TestUtilities.h:29
static bool testComputePolygonArea(const double testDuration)
Test for the computation of the area of polygons.
static bool testIntersectConvexPolygons(const double testDuration)
Tests the intersection of two convex 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, const TestSelector &selector)
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.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15