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