Normand Briere
2018-07-03 02e145cb923d601395acc7f15ae9e13f85ef2fbb
cSpring.java
....@@ -1057,7 +1057,7 @@
10571057 vect1.set(v);
10581058 LA.xformPos(vect1,toRoot,vect1);
10591059
1060
- handles.get(usedrep.VertexCount()-1-i).set(vect1);
1060
+ handles.get(i).set(vect1);
10611061 }
10621062 }
10631063
....@@ -2325,6 +2325,7 @@
23252325
23262326 abstract Point3D forceOn(DynamicNode N);
23272327 }
2328
+
23282329 Point3D force = new Point3D();
23292330 Point3D dir = new Point3D();
23302331