TrdMCClusterR Fit Classifier
|
#include <cmath>
#include <vector>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | Vector3D |
Functions | |
bool | areCoplanar (const Vector3D &d1, const Vector3D &d2, const Vector3D &v) |
bool | areParallel (const Vector3D &d1, const Vector3D &d2) |
bool | areCoincident (const Vector3D &d1, const Vector3D &v) |
double | shortestDistance (const Vector3D &d1, const Vector3D &d2, const Vector3D &v) |
void | compareLines (const FitLine3D &line1, const FitLine3D &line2) |
void compareLines | ( | const FitLine3D & | line1, |
const FitLine3D & | line2 | ||
) |