[Bprocessor-commit] gl/src/net/sourceforge/bprocessor/gl/view View.java,1.3,1.4
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2005-08-17 09:00:28
|
Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28666 Modified Files: View.java Log Message: Added a reset of variables to the interface Index: View.java =================================================================== RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view/View.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** View.java 15 Aug 2005 12:53:11 -0000 1.3 --- View.java 17 Aug 2005 09:00:17 -0000 1.4 *************** *** 31,34 **** --- 31,39 ---- /** + * Resets the working attributes of the view + */ + public void reset(); + + /** * Return the 3D coordinates for the canvas matching the given 2D coords * @param coords The window coordinates |