Go to the source code of this file.
|
template<typename Shape , typename NarrowPhaseSolver > |
bool | fcl::detail::initialize (ShapeOcTreeCollisionTraversalNode< Shape, NarrowPhaseSolver > &node, const Shape &model1, const Transform3< typename Shape::S > &tf1, const OcTree< typename Shape::S > &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 shape and one octree, given current object transform. More...
|
|