#include <OpenTissue/configuration.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::intersect |
Defines | |
#define | TST(expr1, expr2) if (fabs(expr1) - (expr2) > 0) return true; |
Functions | |
template<typename obb_type > | |
bool | OpenTissue::intersect::obb_obb_sat (obb_type const &A, obb_type const &BinA) |
#define TST | ( | expr1, | ||
expr2 | ||||
) | if (fabs(expr1) - (expr2) > 0) return true; |