HerdSoftware
0.1.1
|
Classes | |
class | Vec2 |
Functions | |
double | distanceToSquared (const Vec2 &v, const Vec2 &p) |
double | distanceTo (const Vec2 &v, const Vec2 &p) |
double | minDistanceFromLineSegmentToPoint (const Vec2 &v, const Vec2 &w, const Vec2 &p) |
double | minDistanceFromLineToPoint (const Vec2 &v, const Vec2 &w, const Vec2 &p) |
double | getXOnPath (const Vec2 &entry, const Vec2 &exit, double z) |
double | getZOnPath (const Vec2 &entry, const Vec2 &exit, double x) |
|
inline |
|
inline |
double Herd::FitDigitizationTools::MCFT::minDistanceFromLineSegmentToPoint | ( | const Vec2 & | v, |
const Vec2 & | w, | ||
const Vec2 & | p | ||
) |