TrdMCClusterR Fit Classifier
Classes | Functions
Line3DCompare.h File Reference
#include <cmath>
#include <vector>
#include <iostream>
Include dependency graph for Line3DCompare.h:

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)
 

Function Documentation

◆ areCoincident()

bool areCoincident ( const Vector3D d1,
const Vector3D v 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ areCoplanar()

bool areCoplanar ( const Vector3D d1,
const Vector3D d2,
const Vector3D v 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ areParallel()

bool areParallel ( const Vector3D d1,
const Vector3D d2 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ compareLines()

void compareLines ( const FitLine3D &  line1,
const FitLine3D &  line2 
)
Here is the call graph for this function:

◆ shortestDistance()

double shortestDistance ( const Vector3D d1,
const Vector3D d2,
const Vector3D v 
)
Here is the call graph for this function:
Here is the caller graph for this function: