/[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.62 by tjl, Fri Dec 6 11:44:05 2002 UTC revision 1.63 by tjl, Tue Feb 4 21:16:31 2003 UTC
# Line 212  public static final String rcsid = "$Id$ Line 212  public static final String rcsid = "$Id$
212    
213      public int buoyOnCircle(int into, int anchor, float cx, float cy,      public int buoyOnCircle(int into, int anchor, float cx, float cy,
214                          float rad, float px, float py,                          float rad, float px, float py,
215                          float pointdir) {                          float shiftamount) {
216          floats[nfloats + 0] = cx;          floats[nfloats + 0] = cx;
217          floats[nfloats + 1] = cy;          floats[nfloats + 1] = cy;
218          floats[nfloats + 2] = rad;          floats[nfloats + 2] = rad;
219          floats[nfloats + 3] = px;          floats[nfloats + 3] = px;
220          floats[nfloats + 4] = py;          floats[nfloats + 4] = py;
221          floats[nfloats + 5] = pointdir;          floats[nfloats + 5] = shiftamount;
222          int paramInd = nfloats;          int paramInd = nfloats;
223          nfloats += 6;          nfloats += 6;
224    

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

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