/[gzz]/gzz/gzz/gfx/gl/GLVobCoorder.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/GLVobCoorder.java

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

revision 1.38 by tjl, Mon Oct 7 08:51:24 2002 UTC revision 1.39 by tjl, Tue Oct 8 18:23:43 2002 UTC
# Line 125  public static final String rcsid = "$Id$ Line 125  public static final String rcsid = "$Id$
125          return was;          return was;
126      }      }
127    
128      public int buoyOnCircle(int into, float cx, float cy,      public int buoyOnCircle(int into, int anchor, float cx, float cy,
129                          float rad, float px, float py,                          float rad, float px, float py,
130                          float pointdir) {                          float pointdir) {
131          floats[nfloats + 0] = cx;          floats[nfloats + 0] = cx;
# Line 139  public static final String rcsid = "$Id$ Line 139  public static final String rcsid = "$Id$
139    
140          inds[ninds + 0] = 7; // buoy xyz          inds[ninds + 0] = 7; // buoy xyz
141          inds[ninds + 1] = into;          inds[ninds + 1] = into;
142          inds[ninds + 2] = paramInd;          inds[ninds + 2] = anchor;
143            inds[ninds + 3] = paramInd;
144          int was = ninds;          int was = ninds;
145          ninds += 3;          ninds += 4;
146    
147          return was;          return was;
148      }      }

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

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