/[fenfire]/fenfire/org/fenfire/spanimages/SpanImageVob.java
ViewVC logotype

Diff of /fenfire/org/fenfire/spanimages/SpanImageVob.java

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

revision 1.3 by tjl, Tue Jun 24 11:11:52 2003 UTC revision 1.4 by tjl, Wed Aug 13 16:56:28 2003 UTC
# Line 44  public interface SpanImageVob extends Vo Line 44  public interface SpanImageVob extends Vo
44       * Does not check whether it is inside or not.       * Does not check whether it is inside or not.
45       */       */
46      float getRealY(float spany);      float getRealY(float spany);
47    
48        /** Get the image (span) coordinate from the coordinate
49         * inside the vob.
50         */
51        int getSpanX(float vobx);
52        /** Get the image (span) coordinate from the coordinate
53         * inside the vob.
54         */
55        int getSpanY(float voby);
56    
57  }  }
58    
59    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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