Skip to content
Snippets Groups Projects
Commit eee28e0a authored by Lucile Remigy's avatar Lucile Remigy
Browse files

correction request

delete one class, 2 class are the same

add inline to initialize
parent 83444dbc
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ inline bool initialize(OcTreeCollisionTraversalNode& node,
const OcTree& model2, const Transform3f& tf2,
const OcTreeSolver* otsolver,
CollisionResult& result)
{
node.result = &result;
node.model1 = &model1;
......
......@@ -89,7 +89,6 @@ void collisionRecurse(CollisionTraversalNodeBase* node, int b1, int b2,
collisionRecurse(node, b1, c2, front_list, sqrDistLowerBound2);
sqrDistLowerBound = std::min (sqrDistLowerBound1, sqrDistLowerBound2);
}
return;
}
void collisionNonRecurse(CollisionTraversalNodeBase* node,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment