cSpring.java
.. .. @@ -1057,7 +1057,7 @@ 1057 1057 vect1.set(v); 1058 1058 LA.xformPos(vect1,toRoot,vect1); 1059 1059 1060 - handles.get(usedrep.VertexCount()-1-i).set(vect1);1060 + handles.get(i).set(vect1);1061 1061 } 1062 1062 } 1063 1063 .. .. @@ -2325,6 +2325,7 @@ 2325 2325 2326 2326 abstract Point3D forceOn(DynamicNode N); 2327 2327 } 2328 +2328 2329 Point3D force = new Point3D(); 2329 2330 Point3D dir = new Point3D(); 2330 2331