#include "MatVec.h"
Go to the source code of this file.
Functions | |
| void | SegPoints (PQP_REAL VEC[3], PQP_REAL X[3], PQP_REAL Y[3], const PQP_REAL P[3], const PQP_REAL A[3], const PQP_REAL Q[3], const PQP_REAL B[3]) |
| PQP_REAL | TriDist (PQP_REAL P[3], PQP_REAL Q[3], const PQP_REAL S[3][3], const PQP_REAL T[3][3]) |
| void SegPoints | ( | PQP_REAL | VEC[3], |
| PQP_REAL | X[3], | ||
| PQP_REAL | Y[3], | ||
| const PQP_REAL | P[3], | ||
| const PQP_REAL | A[3], | ||
| const PQP_REAL | Q[3], | ||
| const PQP_REAL | B[3] | ||
| ) |
Definition at line 67 of file TriDist.cpp.