#include "fcl/narrowphase/detail/traversal/collision/mesh_continuous_collision_traversal_node.h"#include "fcl/narrowphase/detail/traversal/collision/intersect.h"

Go to the source code of this file.
| Namespaces | |
| fcl | |
| Main namespace. | |
| fcl::detail | |
| Functions | |
| template<typename BV > | |
| bool | fcl::detail::initialize (MeshContinuousCollisionTraversalNode< BV > &node, const BVHModel< BV > &model1, const Transform3< typename BV::S > &tf1, const BVHModel< BV > &model2, const Transform3< typename BV::S > &tf2, const CollisionRequest< typename BV::S > &request) | 
| Initialize traversal node for continuous collision detection between two meshes.  More... | |