#include <utl/Math.h>
#include <utl/AxialVector.h>
#include <utl/GeometryUtilities.h>
#include <utl/MathConstants.h>
#include <utl/ReferenceEllipsoid.h>
#include <utl/Test.h>
#include <utl/CoordinateSystemPtr.h>
#include <utl/PhysicalConstants.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
utl | |
Functions | |
double | utl::Distance (const Line &line1, const Line &line2) |
double | utl::Distance (const Point &point, const Line &line) |
Line | utl::Intersection (const Plane &p1, const Plane &p2) |
Point | utl::Intersection (const Plane &plane, const Line &line) |
vector< Point > | utl::Intersection (const ReferenceEllipsoid &ellipsoid, const double height, const Line &line) |