Go to the source code of this file.
Functions | |
void | ClipToRange (PQP_REAL &val, const PQP_REAL &a, const PQP_REAL &b) |
int | InVoronoi (const PQP_REAL &a, const PQP_REAL &b, const PQP_REAL &Anorm_dot_B, const PQP_REAL &Anorm_dot_T, const PQP_REAL &A_dot_B, const PQP_REAL &A_dot_T, const PQP_REAL &B_dot_T) |
PQP_REAL | RectDist (PQP_REAL Rab[3][3], PQP_REAL Tab[3], PQP_REAL a[2], PQP_REAL b[2]) |
void | SegCoords (PQP_REAL &t, PQP_REAL &u, const PQP_REAL &a, const PQP_REAL &b, const PQP_REAL &A_dot_B, const PQP_REAL &A_dot_T, const PQP_REAL &B_dot_T) |
void ClipToRange | ( | PQP_REAL & | val, |
const PQP_REAL & | a, | ||
const PQP_REAL & | b | ||
) | [inline] |
Definition at line 54 of file RectDist.h.
int InVoronoi | ( | const PQP_REAL & | a, |
const PQP_REAL & | b, | ||
const PQP_REAL & | Anorm_dot_B, | ||
const PQP_REAL & | Anorm_dot_T, | ||
const PQP_REAL & | A_dot_B, | ||
const PQP_REAL & | A_dot_T, | ||
const PQP_REAL & | B_dot_T | ||
) | [inline] |
Definition at line 133 of file RectDist.h.
Definition at line 177 of file RectDist.h.