/[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.43 by tjl, Tue Oct 15 15:00:38 2002 UTC revision 1.44 by tjl, Sat Oct 19 14:26:36 2002 UTC
# Line 284  public static final String rcsid = "$Id$ Line 284  public static final String rcsid = "$Id$
284                      withCS, true, points, into);                      withCS, true, points, into);
285      }      }
286    
287        public boolean transformPoints3_interp(int[] interpList, GLVobCoorder other,
288                            float fract, boolean show1,
289                            int withCS, float[] points, float[]into) {
290            return GL.transform2(ninds, inds, floats,
291                            interpList, other.inds, other.floats,
292                            fract, show1, withCS, false, points, into);
293        }
294        public boolean inverseTransformPoints3_interp(int[] interpList, GLVobCoorder other,
295                            float fract, boolean show1,
296                            int withCS, float[] points, float[]into) {
297            return GL.transform2(ninds, inds, floats,
298                            interpList, other.inds, other.floats,
299                            fract, show1, withCS, true, points, into);
300        }
301    
302    
303  }  }

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

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