#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) | |
MeshShapeCollisionTraversalNodeRSS () |
Definition at line 351 of file traversal_node_bvh_shape.h.
fcl::MeshShapeCollisionTraversalNodeRSS< S, NarrowPhaseSolver >::MeshShapeCollisionTraversalNodeRSS | ( | ) | [inline] |
Definition at line 354 of file traversal_node_bvh_shape.h.
bool fcl::MeshShapeCollisionTraversalNodeRSS< S, NarrowPhaseSolver >::BVTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
BV culling test in one BVTT node.
Reimplemented from fcl::BVHShapeCollisionTraversalNode< RSS, S >.
Definition at line 358 of file traversal_node_bvh_shape.h.
void fcl::MeshShapeCollisionTraversalNodeRSS< S, NarrowPhaseSolver >::leafTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
Intersection testing between leaves (one triangle and one shape)
Reimplemented from fcl::MeshShapeCollisionTraversalNode< RSS, S, NarrowPhaseSolver >.
Definition at line 364 of file traversal_node_bvh_shape.h.