Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5115/view
Modified Files:
View.java
Log Message:
using aspect in viewing entire model
Index: View.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/view/View.java,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** View.java 13 Jun 2006 09:42:40 -0000 1.93
--- View.java 16 Jun 2006 09:53:46 -0000 1.94
***************
*** 2355,2358 ****
--- 2355,2366 ----
/**
+ * Returns the aspect ratio
+ * @return the aspect ratio
+ */
+ public double getAspect() {
+ return aspect;
+ }
+
+ /**
* @see View#toPlaneCoords
*/
|