#include <traversal_node_bvh_shape.h>
Public Member Functions | |
bool | BVTesting (int b1, int b2) const |
BV culling test in one BVTT node. | |
void | leafTesting (int b1, int b2) const |
Intersection testing between leaves (one triangle and one shape) | |
MeshShapeCollisionTraversalNodekIOS () |
Definition at line 373 of file traversal_node_bvh_shape.h.
fcl::MeshShapeCollisionTraversalNodekIOS< S, NarrowPhaseSolver >::MeshShapeCollisionTraversalNodekIOS | ( | ) | [inline] |
Definition at line 376 of file traversal_node_bvh_shape.h.
bool fcl::MeshShapeCollisionTraversalNodekIOS< S, NarrowPhaseSolver >::BVTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
BV culling test in one BVTT node.
Reimplemented from fcl::BVHShapeCollisionTraversalNode< kIOS, S >.
Definition at line 380 of file traversal_node_bvh_shape.h.
void fcl::MeshShapeCollisionTraversalNodekIOS< S, NarrowPhaseSolver >::leafTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
Intersection testing between leaves (one triangle and one shape)
Reimplemented from fcl::MeshShapeCollisionTraversalNode< kIOS, S, NarrowPhaseSolver >.
Definition at line 386 of file traversal_node_bvh_shape.h.