#include <traversal_node_bvhs.h>
Public Member Functions | |
bool | BVTesting (int b1, int b2) const |
BV culling test in one BVTT node. | |
bool | BVTesting (int b1, int b2, const Matrix3f &Rc, const Vec3f &Tc) const |
void | leafTesting (int b1, int b2) const |
Intersection testing between leaves (two triangles) | |
void | leafTesting (int b1, int b2, const Matrix3f &Rc, const Vec3f &Tc) const |
MeshCollisionTraversalNodeRSS () | |
Public Attributes | |
Matrix3f | R |
Vec3f | T |
Definition at line 268 of file traversal_node_bvhs.h.
Definition at line 223 of file traversal_node_bvhs.cpp.
bool fcl::MeshCollisionTraversalNodeRSS::BVTesting | ( | int | b1, |
int | b2 | ||
) | const [virtual] |
BV culling test in one BVTT node.
Reimplemented from fcl::BVHCollisionTraversalNode< RSS >.
Definition at line 228 of file traversal_node_bvhs.cpp.
bool fcl::MeshCollisionTraversalNodeRSS::BVTesting | ( | int | b1, |
int | b2, | ||
const Matrix3f & | Rc, | ||
const Vec3f & | Tc | ||
) | const |
void fcl::MeshCollisionTraversalNodeRSS::leafTesting | ( | int | b1, |
int | b2 | ||
) | const [virtual] |
Intersection testing between leaves (two triangles)
Reimplemented from fcl::MeshCollisionTraversalNode< RSS >.
Definition at line 234 of file traversal_node_bvhs.cpp.
void fcl::MeshCollisionTraversalNodeRSS::leafTesting | ( | int | b1, |
int | b2, | ||
const Matrix3f & | Rc, | ||
const Vec3f & | Tc | ||
) | const |
Definition at line 281 of file traversal_node_bvhs.h.
Definition at line 282 of file traversal_node_bvhs.h.