/[fenfire]/fenfire/org/fenfire/fenmm/MMGeometry.java
ViewVC logotype

Diff of /fenfire/org/fenfire/fenmm/MMGeometry.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by humppake, Mon Aug 25 23:11:37 2003 UTC revision 1.7 by humppake, Tue Aug 26 09:47:42 2003 UTC
# Line 101  public class MMGeometry { Line 101  public class MMGeometry {
101          else {          else {
102              curStartAngle = getStartAngle(path);              curStartAngle = getStartAngle(path);
103              curRotationAngle = (2f*Math.PI) / links.size();              curRotationAngle = (2f*Math.PI) / links.size();
104              for (int i=2; i<maxDepth+1; i++)              for (int i=1; i<maxDepth+1; i++)
105                  buildDepth(vs, cs, net, node, null, links, 0, 0,                  buildDepth(vs, cs, net, node, null, links, 0, 0,
106                             curStartAngle + initRotation,                             curStartAngle + initRotation,
107                             curRotationAngle, 1, i);                             curRotationAngle, 1, i);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26