Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27594/tool
Modified Files:
ExtrusionTool.java
Log Message:
some comments
Index: ExtrusionTool.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/tool/ExtrusionTool.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ExtrusionTool.java 14 Sep 2005 07:02:56 -0000 1.9
--- ExtrusionTool.java 14 Sep 2005 14:11:36 -0000 1.10
***************
*** 44,51 ****
private Plane dragplane;
! /** */
private int prevX;
! /** */
private int prevY;
--- 44,51 ----
private Plane dragplane;
! /*** the previous x-coordinate */
private int prevX;
! /** the previous y-coordinate */
private int prevY;
***************
*** 113,118 ****
}
-
-
/**
* Checks if a surface is extrudeable
--- 113,116 ----
|