Go to the source code of this file.
|
template<typename Shape1 , typename Shape2 , typename NarrowPhaseSolver > |
bool | fcl::detail::initialize (ShapeCollisionTraversalNode< Shape1, Shape2, NarrowPhaseSolver > &node, const Shape1 &shape1, const Transform3< typename Shape1::S > &tf1, const Shape2 &shape2, const Transform3< typename Shape1::S > &tf2, const NarrowPhaseSolver *nsolver, const CollisionRequest< typename Shape1::S > &request, CollisionResult< typename Shape1::S > &result) |
| Initialize traversal node for collision between two geometric shapes, given current object transform. More...
|
|