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