#include <stdlib.h>#include <math.h>#include "BV.h"#include "MatVec.h"#include "RectDist.h"#include "OBB_Disjoint.h"
Go to the source code of this file.
Functions | |
| PQP_REAL | BV_Distance (PQP_REAL R[3][3], PQP_REAL T[3], BV *b1, BV *b2) |
| int | BV_Overlap (PQP_REAL R[3][3], PQP_REAL T[3], BV *b1, BV *b2) |
| static PQP_REAL | MaxOfTwo (PQP_REAL a, PQP_REAL b) |
| int BV_Overlap | ( | PQP_REAL | R[3][3], |
| PQP_REAL | T[3], | ||
| BV * | b1, | ||
| BV * | b2 | ||
| ) |