#include <traversal_node_bvhs.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 (two triangles) | |
MeshCollisionTraversalNodekIOS () | |
Public Attributes | |
Matrix3f | R |
Vec3f | T |
Definition at line 285 of file traversal_node_bvhs.h.
Definition at line 248 of file traversal_node_bvhs.cpp.
bool fcl::MeshCollisionTraversalNodekIOS::BVTesting | ( | int | b1, |
int | b2 | ||
) | const [virtual] |
BV culling test in one BVTT node.
Reimplemented from fcl::BVHCollisionTraversalNode< kIOS >.
Definition at line 253 of file traversal_node_bvhs.cpp.
void fcl::MeshCollisionTraversalNodekIOS::leafTesting | ( | int | b1, |
int | b2 | ||
) | const [virtual] |
Intersection testing between leaves (two triangles)
Reimplemented from fcl::MeshCollisionTraversalNode< kIOS >.
Definition at line 259 of file traversal_node_bvhs.cpp.
Definition at line 294 of file traversal_node_bvhs.h.
Definition at line 295 of file traversal_node_bvhs.h.