Mantid
|
#include "MantidGeometry/Math/PolygonIntersection.h"
#include "MantidGeometry/Math/ConvexPolygon.h"
#include "MantidGeometry/Math/PolygonEdge.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/V2D.h"
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Geometry |
Macros | |
#define | VERBOSE(X) |
Define a macro to include the logging statements if requested. More... | |
Functions | |
bool MANTID_GEOMETRY_DLL | Mantid::Geometry::intersection (const ConvexPolygon &P, const ConvexPolygon &Q, ConvexPolygon &out) |
Compute the instersection of two convex polygons. More... | |
#define VERBOSE | ( | X | ) |
Define a macro to include the logging statements if requested.
They hamper performance if always included
Definition at line 40 of file PolygonIntersection.cpp.