typedef Ball<Dim> BallPointStuff< Dim >::BallType |
typedef AlignedBox<double, Dim> BallPointStuff< Dim >::BoxType |
typedef double BallPointStuff< Dim >::Scalar |
typedef Matrix<double, Dim, 1> BallPointStuff< Dim >::VectorType |
BallPointStuff< Dim >::BallPointStuff | ( | ) | [inline] |
BallPointStuff< Dim >::BallPointStuff | ( | const VectorType & | inP | ) | [inline] |
bool BallPointStuff< Dim >::intersectObject | ( | const BallType & | b | ) | [inline] |
bool BallPointStuff< Dim >::intersectObjectObject | ( | const BallType & | b1, |
const BallType & | b2 | ||
) | [inline] |
bool BallPointStuff< Dim >::intersectObjectObject | ( | const BallType & | b, |
const VectorType & | v | ||
) | [inline] |
bool BallPointStuff< Dim >::intersectObjectVolume | ( | const BallType & | b, |
const BoxType & | r | ||
) | [inline] |
bool BallPointStuff< Dim >::intersectVolume | ( | const BoxType & | r | ) | [inline] |
bool BallPointStuff< Dim >::intersectVolumeObject | ( | const BoxType & | r, |
const BallType & | b | ||
) | [inline] |
bool BallPointStuff< Dim >::intersectVolumeObject | ( | const BoxType & | r, |
const VectorType & | v | ||
) | [inline] |
bool BallPointStuff< Dim >::intersectVolumeVolume | ( | const BoxType & | r1, |
const BoxType & | r2 | ||
) | [inline] |
double BallPointStuff< Dim >::minimumOnObject | ( | const BallType & | b | ) | [inline] |
double BallPointStuff< Dim >::minimumOnObjectObject | ( | const BallType & | b1, |
const BallType & | b2 | ||
) | [inline] |
double BallPointStuff< Dim >::minimumOnObjectObject | ( | const BallType & | b, |
const VectorType & | v | ||
) | [inline] |
double BallPointStuff< Dim >::minimumOnObjectVolume | ( | const BallType & | b, |
const BoxType & | r | ||
) | [inline] |
double BallPointStuff< Dim >::minimumOnVolume | ( | const BoxType & | r | ) | [inline] |
double BallPointStuff< Dim >::minimumOnVolumeObject | ( | const BoxType & | r, |
const BallType & | b | ||
) | [inline] |
double BallPointStuff< Dim >::minimumOnVolumeObject | ( | const BoxType & | r, |
const VectorType & | v | ||
) | [inline] |
double BallPointStuff< Dim >::minimumOnVolumeVolume | ( | const BoxType & | r1, |
const BoxType & | r2 | ||
) | [inline] |
int BallPointStuff< Dim >::calls |
int BallPointStuff< Dim >::count |
VectorType BallPointStuff< Dim >::p |