#include <OpenTissue/configuration.h>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::intersect |
Functions | |
template<typename vector3_type > | |
bool | OpenTissue::intersect::aabb_aabb (vector3_type const &Amin, vector3_type const &Amax, vector3_type const &Bmin, vector3_type const &Bmax) |
template<typename aabb_type > | |
bool | OpenTissue::intersect::aabb_aabb (aabb_type const &A, aabb_type const &B) |