/[gzz]/gzz/gzz/vob/VobCoorder.java
ViewVC logotype

Diff of /gzz/gzz/vob/VobCoorder.java

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

revision 1.14 by tjl, Fri Sep 27 09:48:17 2002 UTC revision 1.15 by tjl, Mon Sep 30 08:19:56 2002 UTC
# Line 52  public abstract class VobCoorder { Line 52  public abstract class VobCoorder {
52      abstract public Vob.RenderInfo getRenderInfo(int csind);      abstract public Vob.RenderInfo getRenderInfo(int csind);
53    
54      abstract public void dump();      abstract public void dump();
55    
56        /** Transform a point to screen coordinates from the given cs.
57         */
58        public void transform(int withCS, float[] pt, float[]into) {
59            throw new UnsupportedOperationException("transform not supported yet");
60        }
61        /**
62         * @return True, if a reasonable inverse was found.
63         */
64        public boolean inverseTransform(int withCS, float[] pt, float[]into) {
65            throw new UnsupportedOperationException("inverse transform not supported yet");
66        }
67  }  }
68    
69    

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

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