#include "common/Benchmark.h"
#include "dataobjects/FitGeoParams.h"
#include "dataobjects/Point.h"
#include <cmath>
#include <vector>
Go to the source code of this file.
|
double | Herd::FitDigitizationTools::MCFT::distanceToSquared (const Vec2 &v, const Vec2 &p) |
|
double | Herd::FitDigitizationTools::MCFT::distanceTo (const Vec2 &v, const Vec2 &p) |
|
double | Herd::FitDigitizationTools::MCFT::minDistanceFromLineSegmentToPoint (const Vec2 &v, const Vec2 &w, const Vec2 &p) |
|
double | Herd::FitDigitizationTools::MCFT::minDistanceFromLineToPoint (const Vec2 &v, const Vec2 &w, const Vec2 &p) |
|
double | Herd::FitDigitizationTools::MCFT::getXOnPath (const Vec2 &entry, const Vec2 &exit, double z) |
|
double | Herd::FitDigitizationTools::MCFT::getZOnPath (const Vec2 &entry, const Vec2 &exit, double x) |
|