/[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.7 by humppake, Tue Aug 26 09:47:42 2003 UTC revision 1.8 by humppake, Thu Aug 28 09:18:54 2003 UTC
# Line 62  public class MMGeometry { Line 62  public class MMGeometry {
62          double s = filletWidth * getScale(depth);          double s = filletWidth * getScale(depth);
63          if (depth == maxDepth) s = 0;          if (depth == maxDepth) s = 0;
64    
65          int cs = vs.orthoBoxCS(into, new Pair("MMNode", node), depth,          int cs = vs.orthoBoxCS(into, node.toString(), depth,
66                                 (float)(x - s/2f), (float)(y - s/2f),                                 (float)(x - s/2f), (float)(y - s/2f),
67                                 1, 1, (float)s, (float)s);                                 1, 1, (float)s, (float)s);
68          return new MMPlace(cs, x, y);          return new MMPlace(cs, x, y);

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

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