#include <traversal_node_bvhs.h>
Inheritance diagram for fcl::MeshDistanceTraversalNodeRSS:
Public Member Functions | |
| MeshDistanceTraversalNodeRSS () | |
| void | preprocess () |
| void | postprocess () |
| FCL_REAL | BVTesting (int b1, int b2) const |
| BV culling test in one BVTT node. | |
| void | leafTesting (int b1, int b2) const |
| Distance testing between leaves (two triangles). | |
Public Attributes | |
| Matrix3f | R |
| Vec3f | T |
Definition at line 610 of file traversal_node_bvhs.h.