Go to the source code of this file.
|
template<typename Shape , typename NarrowPhaseSolver > |
bool | fcl::detail::initialize (OcTreeShapeCollisionTraversalNode< Shape, NarrowPhaseSolver > &node, const OcTree< typename Shape::S > &model1, const Transform3< typename Shape::S > &tf1, const Shape &model2, const Transform3< typename Shape::S > &tf2, const OcTreeSolver< NarrowPhaseSolver > *otsolver, const CollisionRequest< typename Shape::S > &request, CollisionResult< typename Shape::S > &result) |
| Initialize traversal node for collision between one octree and one shape, given current object transform. More...
|
|