Skip to content
Snippets Groups Projects
Commit beca3835 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Revert "Fix computation of closest points in global frame."

This reverts commit 9122b15d.
parent 76d1be41
No related branches found
No related tags found
No related merge requests found
......@@ -617,8 +617,8 @@ struct GJKSolver_indep
if(distance) *distance = (w0 - w1).length();
if(p1) *p1 = tf1.transform (w0);
if(p2) *p2 = tf1.transform (w1);
if(p1) *p1 = w0;
if(p2) *p2 = w1;
return true;
}
......
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