1 function drawResults(joints, ee, axisangle, center, c1, c2, c3, n1, n2, n3, hand, xdhat, odhat, cloud)
3 contactPoints=[c1' c2' c3'];
6 x=[joints ee(1:3) axisangle];
8 drawResultsiCub(hand,x,center,contactPoints,normals,'');
11 h=plot3(cloud(i,1),cloud(i,2),cloud(i,3),'*');
12 set(h,'color',[cloud(i,4)/255 cloud(i,5)/255 cloud(i,6)/255]);
16 x1=[joints xdhat odhat];
17 drawResultsiCub(hand,x1,center,contactPoints,normals,'');
20 h=plot3(cloud(i,1),cloud(i,2),cloud(i,3),'*');
21 set(h,'color',[cloud(i,4)/255 cloud(i,5)/255 cloud(i,6)/255]);