#include <traversal_node_bvh_shape.h>
Inheritance diagram for fcl::ShapeMeshCollisionTraversalNode< S, BV, NarrowPhaseSolver >:
Public Member Functions | |
| ShapeMeshCollisionTraversalNode () | |
| void | leafTesting (int b1, int b2) const |
| Intersection testing between leaves (one shape and one triangle). | |
| bool | canStop () const |
| Whether the traversal process can stop early. | |
Public Attributes | |
| Vec3f * | vertices |
| Triangle * | tri_indices |
| FCL_REAL | cost_density |
| const NarrowPhaseSolver * | nsolver |
Definition at line 419 of file traversal_node_bvh_shape.h.