#include <cmath>
#include <utl/CoordinateSystem.h>
#include <utl/GeometryUtilities.h>
#include <utl/Math.h>
#include <utl/MathConstants.h>
#include <utl/Test.h>
#include <cppunit/extensions/HelperMacros.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | testGeometryUtilities |
Macros | |
#define | TEST(x...) CPPUNIT_ASSERT(Test x) |
Functions | |
CPPUNIT_TEST_SUITE_REGISTRATION (testGeometryUtilities) | |
#define TEST | ( | x... | ) | CPPUNIT_ASSERT(Test x) |
Definition at line 16 of file testGeometryUtilities.cc.
Referenced by testGeometryUtilities::CheckIntersection(), testGeometryUtilities::CheckProjection(), testGeometryUtilities::testLineCtor(), testGeometryUtilities::testLineLineDistance(), testGeometryUtilities::testLinePointDistance(), testGeometryUtilities::testNormalizeAngleMinusPiPi(), testGeometryUtilities::testPlaneCtor(), and testGeometryUtilities::testPlanePointDistance().
CPPUNIT_TEST_SUITE_REGISTRATION | ( | testGeometryUtilities | ) |