#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::triangle_triangle_sat (vector3_type const &a0, vector3_type const &a1, vector3_type const &a2, vector3_type const &b0, vector3_type const &b1, vector3_type const &b2) |
template<typename vector3_type > | |
bool | OpenTissue::intersect::separation_triangle_triangle (vector3_type const &a0, vector3_type const &a1, vector3_type const &a2, vector3_type const &b0, vector3_type const &b1, vector3_type const &b2) |