All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends

fcl::MeshDistanceTraversalNode< BV > Class Template Reference

Traversal node for distance computation between two meshes. More...

#include <traversal_node_bvhs.h>

Inheritance diagram for fcl::MeshDistanceTraversalNode< BV >:

[legend]
List of all members.

Public Member Functions

 MeshDistanceTraversalNode ()
void leafTesting (int b1, int b2) const
 Distance testing between leaves (two triangles).
bool canStop (FCL_REAL c) const
 Whether the traversal process can stop early.

Public Attributes

Vec3fvertices1
Vec3fvertices2
Triangletri_indices1
Triangletri_indices2
FCL_REAL rel_err
 relative and absolute error, default value is 0.01 for both terms
FCL_REAL abs_err

Detailed Description

template<typename BV>
class fcl::MeshDistanceTraversalNode< BV >

Traversal node for distance computation between two meshes.

Definition at line 538 of file traversal_node_bvhs.h.


The documentation for this class was generated from the following file: