#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 shape and one triangle) | |
ShapeMeshCollisionTraversalNodeRSS () |
Definition at line 533 of file traversal_node_bvh_shape.h.
fcl::ShapeMeshCollisionTraversalNodeRSS< S, NarrowPhaseSolver >::ShapeMeshCollisionTraversalNodeRSS | ( | ) | [inline] |
Definition at line 536 of file traversal_node_bvh_shape.h.
bool fcl::ShapeMeshCollisionTraversalNodeRSS< S, NarrowPhaseSolver >::BVTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
BV culling test in one BVTT node.
Reimplemented from fcl::ShapeBVHCollisionTraversalNode< S, RSS >.
Definition at line 540 of file traversal_node_bvh_shape.h.
void fcl::ShapeMeshCollisionTraversalNodeRSS< S, NarrowPhaseSolver >::leafTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
Intersection testing between leaves (one shape and one triangle)
Reimplemented from fcl::ShapeMeshCollisionTraversalNode< S, RSS, NarrowPhaseSolver >.
Definition at line 546 of file traversal_node_bvh_shape.h.