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

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

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

revision 1.13 by tjl, Mon Oct 14 18:15:19 2002 UTC revision 1.14 by tjl, Sat Oct 19 14:26:36 2002 UTC
# Line 729  public class GL { Line 729  public class GL {
729      public static native boolean transform(int ninds, int[] inds, float[] pts,      public static native boolean transform(int ninds, int[] inds, float[] pts,
730                      int coordsys, boolean inverse, float[] points, float[]into);                      int coordsys, boolean inverse, float[] points, float[]into);
731    
732        public static native boolean transform2(int ninds, int[] inds, float[] pts,
733                            int[] interpinds, int[] inds2, float[] pts2, float fract,
734                            boolean show1,
735                        int coordsys, boolean inverse, float[] points, float[]into);
736    
737      /** Process native events.      /** Process native events.
738       * @param wait If false, this function will return once there are no more       * @param wait If false, this function will return once there are no more
739       *          native events to process. If true, this function will wait       *          native events to process. If true, this function will wait

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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