#include <traversal_node_bvhs.h>
Inheritance diagram for fcl::MeshCollisionTraversalNode< BV >:
Public Member Functions | |
| MeshCollisionTraversalNode () | |
| void | leafTesting (int b1, int b2) const |
| Intersection testing between leaves (two triangles). | |
| bool | canStop () const |
| Whether the traversal process can stop early. | |
Public Attributes | |
| Vec3f * | vertices1 |
| Vec3f * | vertices2 |
| Triangle * | tri_indices1 |
| Triangle * | tri_indices2 |
| FCL_REAL | cost_density |
Definition at line 146 of file traversal_node_bvhs.h.