Traversal node for mesh and shape, when mesh BVH is one of the oriented node (OBB, RSS, OBBRSS, kIOS) More...
#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) | |
MeshShapeCollisionTraversalNodeOBB () |
Traversal node for mesh and shape, when mesh BVH is one of the oriented node (OBB, RSS, OBBRSS, kIOS)
Definition at line 329 of file traversal_node_bvh_shape.h.
fcl::MeshShapeCollisionTraversalNodeOBB< S, NarrowPhaseSolver >::MeshShapeCollisionTraversalNodeOBB | ( | ) | [inline] |
Definition at line 332 of file traversal_node_bvh_shape.h.
bool fcl::MeshShapeCollisionTraversalNodeOBB< S, NarrowPhaseSolver >::BVTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
BV culling test in one BVTT node.
Reimplemented from fcl::BVHShapeCollisionTraversalNode< OBB, S >.
Definition at line 336 of file traversal_node_bvh_shape.h.
void fcl::MeshShapeCollisionTraversalNodeOBB< S, NarrowPhaseSolver >::leafTesting | ( | int | b1, |
int | b2 | ||
) | const [inline, virtual] |
Intersection testing between leaves (one triangle and one shape)
Reimplemented from fcl::MeshShapeCollisionTraversalNode< OBB, S, NarrowPhaseSolver >.
Definition at line 342 of file traversal_node_bvh_shape.h.