Go to the source code of this file.
|
template<typename Shape , typename NarrowPhaseSolver > |
bool | fcl::detail::initialize (OcTreeShapeDistanceTraversalNode< 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 DistanceRequest< typename Shape::S > &request, DistanceResult< typename Shape::S > &result) |
| Initialize traversal node for distance between one octree and one shape, given current object transform. More...
|
|